Html Css Color HEX #324D5F Cello

📋 copy color: '#324D5F'

red 50 ◦ green 77 ◦ blue 95

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

Shades of Cello #324D5F

Tints of Cello #324D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.68%

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 22.52%
G = 34.68%
B = 42.79%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#324D5F (or 0x324D5F) is known color: Cello. HEX triplet: 32, 4D and 5F. RGB value is (50,77,95). Sum of RGB (Red+Green+Blue) = 50+77+95=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #324D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D5F is #CDB2A0. Grayscale: #464646. Windows color (decimal): -13480609 or 6245682. OLE color: 6245682.

HSL color Cylindrical-coordinate representation of color #324D5F: hue angle of 204º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #324D5F is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 77 95 -
CMYK 0.47 0.19 0 0.63
HSL 204º 0.31% 0.28% -
HSV(B) 204º 0.47% 0.37% -
XYZ 6.03 6.81 11.82 -
YUV 70.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 50 77 95 0.47 0.19 0 0.63 204 0.31 0.28
Hex 32 4D 5F 2F 13 0 3F CC 1F 1C
Octal 62 115 137 57 23 0 77 314 37 34
Binary 110010 1001101 1011111 101111 10011 0 111111 11001100 11111 11100

Color Harmonies of #324D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D5F

Black with #324D5F

Text Example


Text Example

White with #324D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,77,95); }

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

background-color css

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

 a { background-color: rgb(50,77,95); }

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

border-color css

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

 span { border-color: rgb(50,77,95); }

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