#2092AD

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

Shades of Pelorous #2092AD

Tints of Pelorous #2092AD

Color information

#2092AD (or 0x2092AD) is unknown color: approx Pelorous. HEX triplet: 20, 92 and AD. RGB value is (32,146,173). Sum of RGB (Red+Green+Blue) = 32+146+173=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #2092AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2092AD is #DF6D52. Grayscale: #727272. Windows color (decimal): -14642515 or 11375136. OLE color: 11375136.

HSL color Cylindrical-coordinate representation of color #2092AD: hue angle of 191.49º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2092AD is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB32146173-
CMYK0.820.1600.32
HSL191.49º68.78%40.2%-
HSV(B)191.49º81.5%67.84%-
XYZ18.4223.8843.17-
YUV114.99160.7368.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.12%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=9.12%
G=41.60%
B=49.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal321461730.820.1600.32191.4968.7840.2
Hex2092AD5210020bf4528
Octal402222551222004027710550
Binary10000010010010101011011010010100000100000101111111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2092AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2092AD; }

 p { color: rgb(32,146,173); }

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

<style>
 a { background-color: #2092AD; }

 a { background-color: rgb(32,146,173); }

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

<style>
 span { border-color: #2092AD; }

 span { border-color: rgb(32,146,173); }

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