Html Css Color HEX #324C6E Cello

📋 copy color: '#324C6E'

red 50 ◦ green 76 ◦ blue 110

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

Shades of Cello #324C6E

Tints of Cello #324C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.61%

R = 21.19%
G = 32.2%
B = 46.61%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#324C6E (or 0x324C6E) is known color: Cello. HEX triplet: 32, 4C and 6E. RGB value is (50,76,110). Sum of RGB (Red+Green+Blue) = 50+76+110=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #324C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C6E is #CDB391. Grayscale: #474747. Windows color (decimal): -13480850 or 7228466. OLE color: 7228466.

HSL color Cylindrical-coordinate representation of color #324C6E: hue angle of 214º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #324C6E is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 76 110 -
CMYK 0.55 0.31 0 0.57
HSL 214º 0.38% 0.31% -
HSV(B) 214º 0.55% 0.43% -
XYZ 6.71 6.97 15.74 -
YUV 72.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 50 76 110 0.55 0.31 0 0.57 214 0.38 0.31
Hex 32 4C 6E 37 1F 0 39 D6 26 1F
Octal 62 114 156 67 37 0 71 326 46 37
Binary 110010 1001100 1101110 110111 11111 0 111001 11010110 100110 11111

Color Harmonies of #324C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C6E

Black with #324C6E

Text Example


Text Example

White with #324C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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