Html Css Color HEX #324A61 Cello

📋 copy color: '#324A61'

red 50 ◦ green 74 ◦ blue 97

#324A61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #324A61

Tints of Cello #324A61

RGB

 RED value IS 50 (19.92% from 255) = 22.62%

 GREEN value IS 74 (29.3% 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 value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324A61 (or 0x324A61) is known color: 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

RGB 50 74 97 -
CMYK 0.48 0.24 0 0.62
HSL 209.36º 0.32% 0.29% -
HSV(B) 209.36º 0.48% 0.38% -
XYZ 5.92 6.44 12.24 -
YUV 69.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 50 74 97 0.48 0.24 0 0.62 209.36 0.32 0.29
Hex 32 4A 61 30 18 0 3E D1 20 1D
Octal 62 112 141 60 30 0 76 321 40 35
Binary 110010 1001010 1100001 110000 11000 0 111110 11010001 100000 11101

Color Harmonies of #324A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A61

Black with #324A61

Text Example


Text Example

White with #324A61

Text Example


Text Example

HTML Codes & Css Web 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>