#217883

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

Shades of Atoll #217883

Tints of Atoll #217883

Color information

#217883 (or 0x217883) is unknown color: approx Atoll. HEX triplet: 21, 78 and 83. RGB value is (33,120,131). Sum of RGB (Red+Green+Blue) = 33+120+131=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #217883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217883 is #DE877C. Grayscale: #5F5F5F. Windows color (decimal): -14583677 or 8615969. OLE color: 8615969.

HSL color Cylindrical-coordinate representation of color #217883: hue angle of 186.73º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217883 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB33120131-
CMYK0.750.0800.49
HSL186.73º59.76%32.16%-
HSV(B)186.73º74.81%51.37%-
XYZ11.4415.3923.84-
YUV95.24148.1883.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=11.62%
G=42.25%
B=46.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331201310.750.0800.49186.7359.7632.16
Hex2178834B8031bb3c20
Octal41170203113100612737440
Binary10000111110001000001110010111000011000110111011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217883; }

 p { color: rgb(33,120,131); }

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

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

 a { background-color: rgb(33,120,131); }

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

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

 span { border-color: rgb(33,120,131); }

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