Html Css Color HEX #324B65 Cello

📋 copy color: '#324B65'

red 50 ◦ green 75 ◦ blue 101

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

Shades of Cello #324B65

Tints of Cello #324B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.19%

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

R = 22.12%
G = 33.19%
B = 44.69%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#324B65 (or 0x324B65) is known color: Cello. HEX triplet: 32, 4B and 65. RGB value is (50,75,101). Sum of RGB (Red+Green+Blue) = 50+75+101=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #324B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B65 is #CDB49A. Grayscale: #464646. Windows color (decimal): -13481115 or 6638386. OLE color: 6638386.

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

Color convert

RGB 50 75 101 -
CMYK 0.50 0.26 0 0.60
HSL 210.59º 0.34% 0.3% -
HSV(B) 210.59º 0.5% 0.4% -
XYZ 6.18 6.65 13.27 -
YUV 70.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 50 75 101 0.50 0.26 0 0.60 210.59 0.34 0.3
Hex 32 4B 65 32 1A 0 3C D3 22 1E
Octal 62 113 145 62 32 0 74 323 42 36
Binary 110010 1001011 1100101 110010 11010 0 111100 11010011 100010 11110

Color Harmonies of #324B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B65

Black with #324B65

Text Example


Text Example

White with #324B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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