#2182B3

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

Shades of Pelorous #2182B3

Tints of Pelorous #2182B3

Color information

#2182B3 (or 0x2182B3) is unknown color: approx Pelorous. HEX triplet: 21, 82 and B3. RGB value is (33,130,179). Sum of RGB (Red+Green+Blue) = 33+130+179=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #2182B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2182B3 is #DE7D4C. Grayscale: #6A6A6A. Windows color (decimal): -14581069 or 11764257. OLE color: 11764257.

HSL color Cylindrical-coordinate representation of color #2182B3: hue angle of 200.14º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2182B3 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB33130179-
CMYK0.820.2700.30
HSL200.14º68.87%41.57%-
HSV(B)200.14º81.56%70.2%-
XYZ16.7519.5445.54-
YUV106.58168.8675.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.65%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 179 (70.31% from 255) = 52.34%
R=9.65%
G=38.01%
B=52.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal331301790.820.2700.30200.1468.8741.57
Hex2182B3521B01Ec8452a
Octal412022631223303631010552
Binary1000011000001010110011101001011011011110110010001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2182B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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