#324A61

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

Shades of Cello #324A61

Tints of Cello #324A61

Color information

#324A61 (or 0x324A61) is unknown color: approx Cello. HEX triplet: 32, 4A and 61. RGB value is (50,74,97). Sum of RGB (Red+Green+Blue) = 50+74+97=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #324A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A61 is #CDB59E. Grayscale: #454545. Windows color (decimal): -13481375 or 6375986. OLE color: 6375986.

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

Color convert

RGB507497-
CMYK0.480.2400.62
HSL209.36º31.97%28.82%-
HSV(B)209.36º48.45%38.04%-
XYZ5.926.4412.24-
YUV69.45143.55114.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=22.62%
G=33.48%
B=43.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5074970.480.2400.62209.3631.9728.82
Hex324A61301803Ed1201d
Octal6211214160300763214035
Binary110010100101011000011100001100001111101101000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,74,97); }

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

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

 a { background-color: rgb(50,74,97); }

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

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

 span { border-color: rgb(50,74,97); }

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