#2217E6

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

Shades of Blue #2217E6

Tints of Blue #2217E6

Color information

#2217E6 (or 0x2217E6) is unknown color: approx Blue. HEX triplet: 22, 17 and E6. RGB value is (34,23,230). Sum of RGB (Red+Green+Blue) = 34+23+230=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 230 (90.23% from 255 or 80.14% from 287); Max value from RGB is 230 - color contains mainly: blue. Hex color #2217E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2217E6 is #DDE819. Grayscale: #313131. Windows color (decimal): -14542874 or 15079202. OLE color: 15079202.

HSL color Cylindrical-coordinate representation of color #2217E6: hue angle of 243.19º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2217E6 is Cyan = 0.85, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3423230-
CMYK0.850.900.10
HSL243.19º81.82%49.61%-
HSV(B)243.19º90%90.2%-
XYZ15.256.6775.35-
YUV49.89229.64116.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.85%
GREEN value IS 23 (9.38% from 255) = 8.01%
BLUE value IS 230 (90.23% from 255) = 80.14%
R=11.85%
G=8.01%
B=80.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal34232300.850.900.10243.1981.8249.61
Hex2217E6555A0Af35232
Octal422734612513201236312262
Binary10001010111111001101010101101101001010111100111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2217E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2217E6; }

 p { color: rgb(34,23,230); }

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

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

 a { background-color: rgb(34,23,230); }

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

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

 span { border-color: rgb(34,23,230); }

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