Html Css Color HEX #324F65 Cello

📋 copy color: '#324F65'

red 50 ◦ green 79 ◦ blue 101

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

Shades of Cello #324F65

Tints of Cello #324F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.91%

R = 21.74%
G = 34.35%
B = 43.91%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#324F65 (or 0x324F65) is known color: Cello. HEX triplet: 32, 4F and 65. RGB value is (50,79,101). Sum of RGB (Red+Green+Blue) = 50+79+101=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #324F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F65 is #CDB09A. Grayscale: #484848. Windows color (decimal): -13480091 or 6639410. OLE color: 6639410.

HSL color Cylindrical-coordinate representation of color #324F65: hue angle of 205.88º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324F65 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 79 101 -
CMYK 0.50 0.22 0 0.60
HSL 205.88º 0.34% 0.3% -
HSV(B) 205.88º 0.5% 0.4% -
XYZ 6.46 7.21 13.36 -
YUV 72.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 50 79 101 0.50 0.22 0 0.60 205.88 0.34 0.3
Hex 32 4F 65 32 16 0 3C CE 22 1E
Octal 62 117 145 62 26 0 74 316 42 36
Binary 110010 1001111 1100101 110010 10110 0 111100 11001110 100010 11110

Color Harmonies of #324F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F65

Black with #324F65

Text Example


Text Example

White with #324F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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