#217EC1

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

Shades of Curious Blue #217EC1

Tints of Curious Blue #217EC1

Color information

#217EC1 (or 0x217EC1) is unknown color: approx Curious Blue. HEX triplet: 21, 7E and C1. RGB value is (33,126,193). Sum of RGB (Red+Green+Blue) = 33+126+193=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #217EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217EC1 is #DE813E. Grayscale: #696969. Windows color (decimal): -14582079 or 12680737. OLE color: 12680737.

HSL color Cylindrical-coordinate representation of color #217EC1: hue angle of 205.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217EC1 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB33126193-
CMYK0.830.3500.24
HSL205.12º70.8%44.31%-
HSV(B)205.12º82.9%75.69%-
XYZ17.7119.153.2-
YUV105.83177.1976.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.38%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 193 (75.78% from 255) = 54.83%
R=9.38%
G=35.80%
B=54.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal331261930.830.3500.24205.1270.844.31
Hex217EC15323018cd472c
Octal411763011234303031510754
Binary1000011111110110000011010011100011011000110011011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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