Html Css Color HEX #324F68 Cello

📋 copy color: '#324F68'

red 50 ◦ green 79 ◦ blue 104

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

Shades of Cello #324F68

Tints of Cello #324F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.64%

R = 21.46%
G = 33.91%
B = 44.64%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#324F68 (or 0x324F68) is known color: Cello. HEX triplet: 32, 4F and 68. RGB value is (50,79,104). Sum of RGB (Red+Green+Blue) = 50+79+104=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #324F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F68 is #CDB097. Grayscale: #494949. Windows color (decimal): -13480088 or 6836018. OLE color: 6836018.

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

Color convert

RGB 50 79 104 -
CMYK 0.52 0.24 0 0.59
HSL 207.78º 0.35% 0.3% -
HSV(B) 207.78º 0.52% 0.41% -
XYZ 6.61 7.27 14.15 -
YUV 73.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 50 79 104 0.52 0.24 0 0.59 207.78 0.35 0.3
Hex 32 4F 68 34 18 0 3B D0 23 1E
Octal 62 117 150 64 30 0 73 320 43 36
Binary 110010 1001111 1101000 110100 11000 0 111011 11010000 100011 11110

Color Harmonies of #324F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F68

Black with #324F68

Text Example


Text Example

White with #324F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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