#217BBB

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

Shades of Curious Blue #217BBB

Tints of Curious Blue #217BBB

Color information

#217BBB (or 0x217BBB) is unknown color: approx Curious Blue. HEX triplet: 21, 7B and BB. RGB value is (33,123,187). Sum of RGB (Red+Green+Blue) = 33+123+187=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #217BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BBB is #DE8444. Grayscale: #676767. Windows color (decimal): -14582853 or 12286753. OLE color: 12286753.

HSL color Cylindrical-coordinate representation of color #217BBB: hue angle of 204.94º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217BBB is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33123187-
CMYK0.820.3400.27
HSL204.94º70%43.14%-
HSV(B)204.94º82.35%73.33%-
XYZ16.6818.0849.62-
YUV103.39175.1877.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.62%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 187 (73.44% from 255) = 54.52%
R=9.62%
G=35.86%
B=54.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331231870.820.3400.27204.947043.14
Hex217BBB522201Bcd462b
Octal411732731224203331510653
Binary1000011111011101110111010010100010011011110011011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,123,187); }

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

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

 a { background-color: rgb(33,123,187); }

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

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

 span { border-color: rgb(33,123,187); }

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