Html Css Color HEX #324C62 Cello

📋 copy color: '#324C62'

red 50 ◦ green 76 ◦ blue 98

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

Shades of Cello #324C62

Tints of Cello #324C62

RGB

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

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

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

R = 22.32%
G = 33.93%
B = 43.75%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324C62 (or 0x324C62) is known color: Cello. HEX triplet: 32, 4C and 62. RGB value is (50,76,98). Sum of RGB (Red+Green+Blue) = 50+76+98=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #324C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C62 is #CDB39D. Grayscale: #464646. Windows color (decimal): -13480862 or 6442034. OLE color: 6442034.

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

Color convert

RGB 50 76 98 -
CMYK 0.49 0.22 0 0.62
HSL 207.5º 0.32% 0.29% -
HSV(B) 207.5º 0.49% 0.38% -
XYZ 6.1 6.73 12.53 -
YUV 70.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 50 76 98 0.49 0.22 0 0.62 207.5 0.32 0.29
Hex 32 4C 62 31 16 0 3E D0 20 1D
Octal 62 114 142 61 26 0 76 320 40 35
Binary 110010 1001100 1100010 110001 10110 0 111110 11010000 100000 11101

Color Harmonies of #324C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C62

Black with #324C62

Text Example


Text Example

White with #324C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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