Html Css Color HEX #324C68 Cello

📋 copy color: '#324C68'

red 50 ◦ green 76 ◦ blue 104

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

Shades of Cello #324C68

Tints of Cello #324C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.04%

 BLUE value IS 104 (41.02% from 255) = 45.22%

R = 21.74%
G = 33.04%
B = 45.22%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#324C68 (or 0x324C68) is known color: Cello. HEX triplet: 32, 4C and 68. RGB value is (50,76,104). Sum of RGB (Red+Green+Blue) = 50+76+104=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #324C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C68 is #CDB397. Grayscale: #474747. Windows color (decimal): -13480856 or 6835250. OLE color: 6835250.

HSL color Cylindrical-coordinate representation of color #324C68: hue angle of 211.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #324C68 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 76 104 -
CMYK 0.52 0.27 0 0.59
HSL 211.11º 0.35% 0.3% -
HSV(B) 211.11º 0.52% 0.41% -
XYZ 6.4 6.85 14.08 -
YUV 71.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 50 76 104 0.52 0.27 0 0.59 211.11 0.35 0.3
Hex 32 4C 68 34 1B 0 3B D3 23 1E
Octal 62 114 150 64 33 0 73 323 43 36
Binary 110010 1001100 1101000 110100 11011 0 111011 11010011 100011 11110

Color Harmonies of #324C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C68

Black with #324C68

Text Example


Text Example

White with #324C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,104); }

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

background-color css

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

 a { background-color: rgb(50,76,104); }

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

border-color css

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

 span { border-color: rgb(50,76,104); }

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