#216475

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

Shades of Allports #216475

Tints of Allports #216475

Color information

#216475 (or 0x216475) is unknown color: approx Allports. HEX triplet: 21, 64 and 75. RGB value is (33,100,117). Sum of RGB (Red+Green+Blue) = 33+100+117=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #216475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216475 is #DE9B8A. Grayscale: #515151. Windows color (decimal): -14588811 or 7693345. OLE color: 7693345.

HSL color Cylindrical-coordinate representation of color #216475: hue angle of 192.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216475 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB33100117-
CMYK0.720.1500.54
HSL192.14º56%29.41%-
HSV(B)192.14º71.79%45.88%-
XYZ8.410.7218.46-
YUV81.9147.893.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 100 (39.45% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=13.2%
G=40%
B=46.8%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331001170.720.1500.54192.145629.41
Hex21647548F036c0381d
Octal41144165110170663007035
Binary100001110010011101011001000111101101101100000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216475; }

 p { color: rgb(33,100,117); }

 H1.HeaderClassName
 {
   color: #216475;
 }
 .AnyTagClassName
 {
   color: #216475;
 }
</style>
background-color css

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

 a { background-color: rgb(33,100,117); }

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

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

 span { border-color: rgb(33,100,117); }

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