#2182BA

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

Shades of Curious Blue #2182BA

Tints of Curious Blue #2182BA

Color information

#2182BA (or 0x2182BA) is unknown color: approx Curious Blue. HEX triplet: 21, 82 and BA. RGB value is (33,130,186). Sum of RGB (Red+Green+Blue) = 33+130+186=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #2182BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2182BA is #DE7D45. Grayscale: #6B6B6B. Windows color (decimal): -14581062 or 12223009. OLE color: 12223009.

HSL color Cylindrical-coordinate representation of color #2182BA: hue angle of 201.96º 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 #2182BA is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33130186-
CMYK0.820.3000.27
HSL201.96º69.86%42.94%-
HSV(B)201.96º82.26%72.94%-
XYZ17.4719.8349.36-
YUV107.38172.3674.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.46%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=9.46%
G=37.25%
B=53.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331301860.820.3000.27201.9669.8642.94
Hex2182BA521E01Bca462b
Octal412022721223603331210653
Binary1000011000001010111010101001011110011011110010101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2182BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2182BA; }

 p { color: rgb(33,130,186); }

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

<style>
 a { background-color: #2182BA; }

 a { background-color: rgb(33,130,186); }

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

<style>
 span { border-color: #2182BA; }

 span { border-color: rgb(33,130,186); }

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