#325267

Color #325267 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #325267

Tints of Cello #325267

Color information

#325267 (or 0x325267) is unknown color: approx 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

RGB5082103-
CMYK0.510.2000.60
HSL203.77º34.64%30%-
HSV(B)203.77º51.46%40.39%-
XYZ6.787.6913.96-
YUV74.83143.9110.29-

RGB Variations

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

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.62% from 255) = 43.83%
R=21.28%
G=34.89%
B=43.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50821030.510.2000.60203.7734.6430
Hex325267331403Ccc231e
Octal6212214763240743144336
Binary110010101001011001111100111010001111001100110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>