#2189CC

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

Shades of Curious Blue #2189CC

Tints of Curious Blue #2189CC

Color information

#2189CC (or 0x2189CC) is unknown color: approx Curious Blue. HEX triplet: 21, 89 and CC. RGB value is (33,137,204). Sum of RGB (Red+Green+Blue) = 33+137+204=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #2189CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189CC is #DE7633. Grayscale: #717171. Windows color (decimal): -14579252 or 13404449. OLE color: 13404449.

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

Color convert

RGB33137204-
CMYK0.840.3300.2
HSL203.51º72.15%46.47%-
HSV(B)203.51º83.82%80%-
XYZ20.4722.5760.41-
YUV113.54179.0470.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.82%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 204 (80.08% from 255) = 54.55%
R=8.82%
G=36.63%
B=54.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331372040.840.3300.2203.5172.1546.47
Hex2189CC5421014cc482e
Octal412113141244102431411056
Binary10000110001001110011001010100100001010100110011001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2189CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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