#324F62

Color #324F62 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #324F62

Tints of Cello #324F62

Color information

#324F62 (or 0x324F62) is unknown color: approx Cello. HEX triplet: 32, 4F and 62. RGB value is (50,79,98). Sum of RGB (Red+Green+Blue) = 50+79+98=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #324F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F62 is #CDB09D. Grayscale: #484848. Windows color (decimal): -13480094 or 6442802. OLE color: 6442802.

HSL color Cylindrical-coordinate representation of color #324F62: hue angle of 203.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #324F62 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB507998-
CMYK0.490.1900.62
HSL203.75º32.43%29.02%-
HSV(B)203.75º48.98%38.43%-
XYZ6.327.1512.6-
YUV72.49142.39111.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=22.03%
G=34.80%
B=43.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5079980.490.1900.62203.7532.4329.02
Hex324F62311303Ecc201d
Octal6211714261230763144035
Binary110010100111111000101100011001101111101100110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324F62; }

 p { color: rgb(50,79,98); }

 H1.HeaderClassName
 {
   color: #324F62;
 }
 .AnyTagClassName
 {
   color: #324F62;
 }
</style>
background-color css

<style>
 a { background-color: #324F62; }

 a { background-color: rgb(50,79,98); }

 div.DivClassName
 {
   background-color: #324F62;
 }
 .BgClassName
 {
   background-color: #324F62;
 }
</style>
border-color css

<style>
 span { border-color: #324F62; }

 span { border-color: rgb(50,79,98); }

 td.TdClassName
 {
   border-color: #324F62;
 }
 .TagClassName
 {
   border-color: #324F62;
 }
</style>