Html Css Color HEX #324A62 Cello

📋 copy color: '#324A62'

red 50 ◦ green 74 ◦ blue 98

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

Shades of Cello #324A62

Tints of Cello #324A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.33%

 BLUE value IS 98 (38.67% from 255) = 44.14%

R = 22.52%
G = 33.33%
B = 44.14%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324A62 (or 0x324A62) is known color: Cello. HEX triplet: 32, 4A and 62. RGB value is (50,74,98). Sum of RGB (Red+Green+Blue) = 50+74+98=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #324A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A62 is #CDB59D. Grayscale: #454545. Windows color (decimal): -13481374 or 6441522. OLE color: 6441522.

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

Color convert

RGB 50 74 98 -
CMYK 0.49 0.24 0 0.62
HSL 210º 0.32% 0.29% -
HSV(B) 210º 0.49% 0.38% -
XYZ 5.97 6.46 12.49 -
YUV 69.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 50 74 98 0.49 0.24 0 0.62 210 0.32 0.29
Hex 32 4A 62 31 18 0 3E D2 20 1D
Octal 62 112 142 61 30 0 76 322 40 35
Binary 110010 1001010 1100010 110001 11000 0 111110 11010010 100000 11101

Color Harmonies of #324A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A62

Black with #324A62

Text Example


Text Example

White with #324A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #324A62;
 }
 .AnyTagClassName
 {
   color: #324A62;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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