#2189C9

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

Shades of Curious Blue #2189C9

Tints of Curious Blue #2189C9

Color information

#2189C9 (or 0x2189C9) is unknown color: approx Curious Blue. HEX triplet: 21, 89 and C9. RGB value is (33,137,201). Sum of RGB (Red+Green+Blue) = 33+137+201=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #2189C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189C9 is #DE7636. Grayscale: #707070. Windows color (decimal): -14579255 or 13207841. OLE color: 13207841.

HSL color Cylindrical-coordinate representation of color #2189C9: hue angle of 202.86º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2189C9 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB33137201-
CMYK0.840.3200.21
HSL202.86º71.79%45.88%-
HSV(B)202.86º83.58%78.82%-
XYZ20.1222.4358.53-
YUV113.2177.5470.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.89%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 201 (78.91% from 255) = 54.18%
R=8.89%
G=36.93%
B=54.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal331372010.840.3200.21202.8671.7945.88
Hex2189C95420015cb482e
Octal412113111244002531311056
Binary10000110001001110010011010100100000010101110010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2189C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2189C9; }

 p { color: rgb(33,137,201); }

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

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

 a { background-color: rgb(33,137,201); }

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

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

 span { border-color: rgb(33,137,201); }

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