Html Css Color HEX #324962 Cello

📋 copy color: '#324962'

red 50 ◦ green 73 ◦ blue 98

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

Shades of Cello #324962

Tints of Cello #324962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

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

R = 22.62%
G = 33.03%
B = 44.34%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324962 (or 0x324962) is known color: Cello. HEX triplet: 32, 49 and 62. RGB value is (50,73,98). Sum of RGB (Red+Green+Blue) = 50+73+98=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #324962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324962 is #CDB69D. Grayscale: #444444. Windows color (decimal): -13481630 or 6441266. OLE color: 6441266.

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

Color convert

RGB 50 73 98 -
CMYK 0.49 0.26 0 0.62
HSL 211.25º 0.32% 0.29% -
HSV(B) 211.25º 0.49% 0.38% -
XYZ 5.9 6.33 12.47 -
YUV 68.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 50 73 98 0.49 0.26 0 0.62 211.25 0.32 0.29
Hex 32 49 62 31 1A 0 3E D3 20 1D
Octal 62 111 142 61 32 0 76 323 40 35
Binary 110010 1001001 1100010 110001 11010 0 111110 11010011 100000 11101

Color Harmonies of #324962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324962

Black with #324962

Text Example


Text Example

White with #324962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324962; }

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

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

background-color css

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

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

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

border-color css

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

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

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