Html Css Color HEX #324E62 Cello

📋 copy color: '#324E62'

red 50 ◦ green 78 ◦ blue 98

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

Shades of Cello #324E62

Tints of Cello #324E62

RGB

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

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

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

R = 22.12%
G = 34.51%
B = 43.36%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324E62 (or 0x324E62) is known color: Cello. HEX triplet: 32, 4E and 62. RGB value is (50,78,98). Sum of RGB (Red+Green+Blue) = 50+78+98=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #324E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E62 is #CDB19D. Grayscale: #474747. Windows color (decimal): -13480350 or 6442546. OLE color: 6442546.

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

Color convert

RGB 50 78 98 -
CMYK 0.49 0.20 0 0.62
HSL 205º 0.32% 0.29% -
HSV(B) 205º 0.49% 0.38% -
XYZ 6.24 7.01 12.58 -
YUV 71.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 50 78 98 0.49 0.20 0 0.62 205 0.32 0.29
Hex 32 4E 62 31 14 0 3E CD 20 1D
Octal 62 116 142 61 24 0 76 315 40 35
Binary 110010 1001110 1100010 110001 10100 0 111110 11001101 100000 11101

Color Harmonies of #324E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E62

Black with #324E62

Text Example


Text Example

White with #324E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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