#217378

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

Shades of Atoll #217378

Tints of Atoll #217378

Color information

#217378 (or 0x217378) is unknown color: approx Atoll. HEX triplet: 21, 73 and 78. RGB value is (33,115,120). Sum of RGB (Red+Green+Blue) = 33+115+120=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #217378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217378 is #DE8C87. Grayscale: #5A5A5A. Windows color (decimal): -14584968 or 7893793. OLE color: 7893793.

HSL color Cylindrical-coordinate representation of color #217378: hue angle of 183.45º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217378 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB33115120-
CMYK0.720.0400.53
HSL183.45º56.86%30%-
HSV(B)183.45º72.5%47.06%-
XYZ10.1513.9419.93-
YUV91.05144.3386.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=12.31%
G=42.91%
B=44.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331151200.720.0400.53183.4556.8630
Hex217378484035b7391e
Octal4116317011040652677136
Binary10000111100111111000100100010001101011011011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217378; }

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

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

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

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

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

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

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

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