Html Css Color HEX #324E69 Cello

📋 copy color: '#324E69'

red 50 ◦ green 78 ◦ blue 105

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

Shades of Cello #324E69

Tints of Cello #324E69

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.48%

 BLUE value IS 105 (41.41% from 255) = 45.06%

R = 21.46%
G = 33.48%
B = 45.06%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#324E69 (or 0x324E69) is known color: Cello. HEX triplet: 32, 4E and 69. RGB value is (50,78,105). Sum of RGB (Red+Green+Blue) = 50+78+105=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #324E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E69 is #CDB196. Grayscale: #484848. Windows color (decimal): -13480343 or 6901298. OLE color: 6901298.

HSL color Cylindrical-coordinate representation of color #324E69: hue angle of 209.45º 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 #324E69 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 78 105 -
CMYK 0.52 0.26 0 0.59
HSL 209.45º 0.35% 0.3% -
HSV(B) 209.45º 0.52% 0.41% -
XYZ 6.59 7.15 14.4 -
YUV 72.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 50 78 105 0.52 0.26 0 0.59 209.45 0.35 0.3
Hex 32 4E 69 34 1A 0 3B D1 23 1E
Octal 62 116 151 64 32 0 73 321 43 36
Binary 110010 1001110 1101001 110100 11010 0 111011 11010001 100011 11110

Color Harmonies of #324E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E69

Black with #324E69

Text Example


Text Example

White with #324E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,78,105); }

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

background-color css

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

 a { background-color: rgb(50,78,105); }

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

border-color css

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

 span { border-color: rgb(50,78,105); }

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