Html Css Color HEX #325267 Cello

📋 copy color: '#325267'

red 50 ◦ green 82 ◦ blue 103

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

Shades of Cello #325267

Tints of Cello #325267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.89%

 BLUE value IS 103 (40.63% from 255) = 43.83%

R = 21.28%
G = 34.89%
B = 43.83%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#325267 (or 0x325267) is known color: Cello. HEX triplet: 32, 52 and 67. RGB value is (50,82,103). Sum of RGB (Red+Green+Blue) = 50+82+103=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #325267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325267 is #CDAD98. Grayscale: #4A4A4A. Windows color (decimal): -13479321 or 6771250. OLE color: 6771250.

HSL color Cylindrical-coordinate representation of color #325267: hue angle of 203.77º degrees, saturation: 0.35, 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 #325267 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 82 103 -
CMYK 0.51 0.20 0 0.60
HSL 203.77º 0.35% 0.3% -
HSV(B) 203.77º 0.51% 0.4% -
XYZ 6.78 7.69 13.96 -
YUV 74.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 50 82 103 0.51 0.20 0 0.60 203.77 0.35 0.3
Hex 32 52 67 33 14 0 3C CC 23 1E
Octal 62 122 147 63 24 0 74 314 43 36
Binary 110010 1010010 1100111 110011 10100 0 111100 11001100 100011 11110

Color Harmonies of #325267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325267

Black with #325267

Text Example


Text Example

White with #325267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325267; }

 p { color: rgb(50,82,103); }

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

background-color css

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

 a { background-color: rgb(50,82,103); }

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

border-color css

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

 span { border-color: rgb(50,82,103); }

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