Html Css Color HEX #324C65 Cello

📋 copy color: '#324C65'

red 50 ◦ green 76 ◦ blue 101

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

Shades of Cello #324C65

Tints of Cello #324C65

RGB

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

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

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

R = 22.03%
G = 33.48%
B = 44.49%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#324C65 (or 0x324C65) is known color: Cello. HEX triplet: 32, 4C and 65. RGB value is (50,76,101). Sum of RGB (Red+Green+Blue) = 50+76+101=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #324C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C65 is #CDB39A. Grayscale: #464646. Windows color (decimal): -13480859 or 6638642. OLE color: 6638642.

HSL color Cylindrical-coordinate representation of color #324C65: hue angle of 209.41º 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 #324C65 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 76 101 -
CMYK 0.50 0.25 0 0.60
HSL 209.41º 0.34% 0.3% -
HSV(B) 209.41º 0.5% 0.4% -
XYZ 6.25 6.79 13.29 -
YUV 71.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 50 76 101 0.50 0.25 0 0.60 209.41 0.34 0.3
Hex 32 4C 65 32 19 0 3C D1 22 1E
Octal 62 114 145 62 31 0 74 321 42 36
Binary 110010 1001100 1100101 110010 11001 0 111100 11010001 100010 11110

Color Harmonies of #324C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C65

Black with #324C65

Text Example


Text Example

White with #324C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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