#2093B2

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

Shades of Pelorous #2093B2

Tints of Pelorous #2093B2

Color information

#2093B2 (or 0x2093B2) is unknown color: approx Pelorous. HEX triplet: 20, 93 and B2. RGB value is (32,147,178). Sum of RGB (Red+Green+Blue) = 32+147+178=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #2093B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2093B2 is #DF6C4D. Grayscale: #737373. Windows color (decimal): -14642254 or 11703072. OLE color: 11703072.

HSL color Cylindrical-coordinate representation of color #2093B2: hue angle of 192.74º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2093B2 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB32147178-
CMYK0.820.1700.30
HSL192.74º69.52%41.18%-
HSV(B)192.74º82.02%69.8%-
XYZ19.0724.3945.82-
YUV116.15162.967.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.96%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 178 (69.92% from 255) = 49.86%
R=8.96%
G=41.18%
B=49.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal321471780.820.1700.30192.7469.5241.18
Hex2093B2521101Ec14629
Octal402232621222103630110651
Binary1000001001001110110010101001010001011110110000011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2093B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2093B2; }

 p { color: rgb(32,147,178); }

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

<style>
 a { background-color: #2093B2; }

 a { background-color: rgb(32,147,178); }

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

<style>
 span { border-color: #2093B2; }

 span { border-color: rgb(32,147,178); }

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