#2094AD

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

Shades of Pelorous #2094AD

Tints of Pelorous #2094AD

Color information

#2094AD (or 0x2094AD) is unknown color: approx Pelorous. HEX triplet: 20, 94 and AD. RGB value is (32,148,173). Sum of RGB (Red+Green+Blue) = 32+148+173=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #2094AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2094AD is #DF6B52. Grayscale: #737373. Windows color (decimal): -14642003 or 11375648. OLE color: 11375648.

HSL color Cylindrical-coordinate representation of color #2094AD: hue angle of 190.64º 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 #2094AD is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB32148173-
CMYK0.820.1400.32
HSL190.64º68.78%40.2%-
HSV(B)190.64º81.5%67.84%-
XYZ18.7324.543.28-
YUV116.17160.0767.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.07%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=9.07%
G=41.93%
B=49.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal321481730.820.1400.32190.6468.7840.2
Hex2094AD52E020bf4528
Octal402242551221604027710550
Binary1000001001010010101101101001011100100000101111111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2094AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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