#217EB2

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

Shades of Curious Blue #217EB2

Tints of Curious Blue #217EB2

Color information

#217EB2 (or 0x217EB2) is unknown color: approx Curious Blue. HEX triplet: 21, 7E and B2. RGB value is (33,126,178). Sum of RGB (Red+Green+Blue) = 33+126+178=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #217EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217EB2 is #DE814D. Grayscale: #676767. Windows color (decimal): -14582094 or 11697697. OLE color: 11697697.

HSL color Cylindrical-coordinate representation of color #217EB2: hue angle of 201.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #217EB2 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB33126178-
CMYK0.810.2900.30
HSL201.52º68.72%41.37%-
HSV(B)201.52º81.46%69.8%-
XYZ16.1218.4644.83-
YUV104.12169.6977.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.79%
GREEN value IS 126 (49.61% from 255) = 37.39%
BLUE value IS 178 (69.92% from 255) = 52.82%
R=9.79%
G=37.39%
B=52.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal331261780.810.2900.30201.5268.7241.37
Hex217EB2511D01Eca4529
Octal411762621213503631210551
Binary100001111111010110010101000111101011110110010101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217EB2; }

 p { color: rgb(33,126,178); }

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

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

 a { background-color: rgb(33,126,178); }

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

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

 span { border-color: rgb(33,126,178); }

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