Html Css Color HEX #324B66 Cello

📋 copy color: '#324B66'

red 50 ◦ green 75 ◦ blue 102

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

Shades of Cello #324B66

Tints of Cello #324B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.93%

R = 22.03%
G = 33.04%
B = 44.93%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#324B66 (or 0x324B66) is known color: Cello. HEX triplet: 32, 4B and 66. RGB value is (50,75,102). Sum of RGB (Red+Green+Blue) = 50+75+102=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #324B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B66 is #CDB499. Grayscale: #464646. Windows color (decimal): -13481114 or 6703922. OLE color: 6703922.

HSL color Cylindrical-coordinate representation of color #324B66: hue angle of 211.15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #324B66 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 75 102 -
CMYK 0.51 0.26 0 0.6
HSL 211.15º 0.34% 0.3% -
HSV(B) 211.15º 0.51% 0.4% -
XYZ 6.23 6.67 13.53 -
YUV 70.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 50 75 102 0.51 0.26 0 0.6 211.15 0.34 0.3
Hex 32 4B 66 33 1A 0 3C D3 22 1E
Octal 62 113 146 63 32 0 74 323 42 36
Binary 110010 1001011 1100110 110011 11010 0 111100 11010011 100010 11110

Color Harmonies of #324B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B66

Black with #324B66

Text Example


Text Example

White with #324B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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