Html Css Color HEX #324F62 Cello

📋 copy color: '#324F62'

red 50 ◦ green 79 ◦ blue 98

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

Shades of Cello #324F62

Tints of Cello #324F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.8%

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

R = 22.03%
G = 34.8%
B = 43.17%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324F62 (or 0x324F62) is known color: Cello. HEX triplet: 32, 4F and 62. RGB value is (50,79,98). Sum of RGB (Red+Green+Blue) = 50+79+98=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #324F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F62 is #CDB09D. Grayscale: #484848. Windows color (decimal): -13480094 or 6442802. OLE color: 6442802.

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

Color convert

RGB 50 79 98 -
CMYK 0.49 0.19 0 0.62
HSL 203.75º 0.32% 0.29% -
HSV(B) 203.75º 0.49% 0.38% -
XYZ 6.32 7.15 12.6 -
YUV 72.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 50 79 98 0.49 0.19 0 0.62 203.75 0.32 0.29
Hex 32 4F 62 31 13 0 3E CC 20 1D
Octal 62 117 142 61 23 0 76 314 40 35
Binary 110010 1001111 1100010 110001 10011 0 111110 11001100 100000 11101

Color Harmonies of #324F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F62

Black with #324F62

Text Example


Text Example

White with #324F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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