#324B62

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

Shades of Cello #324B62

Tints of Cello #324B62

Color information

#324B62 (or 0x324B62) is unknown color: approx Cello. HEX triplet: 32, 4B and 62. RGB value is (50,75,98). Sum of RGB (Red+Green+Blue) = 50+75+98=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #324B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B62 is #CDB49D. Grayscale: #464646. Windows color (decimal): -13481118 or 6441778. OLE color: 6441778.

HSL color Cylindrical-coordinate representation of color #324B62: hue angle of 208.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 #324B62 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB507598-
CMYK0.490.2300.62
HSL208.75º32.43%29.02%-
HSV(B)208.75º48.98%38.43%-
XYZ6.046.5912.51-
YUV70.15143.72113.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=22.42%
G=33.63%
B=43.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5075980.490.2300.62208.7532.4329.02
Hex324B62311703Ed1201d
Octal6211314261270763214035
Binary110010100101111000101100011011101111101101000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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