#2095AD

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

Shades of Pelorous #2095AD

Tints of Pelorous #2095AD

Color information

#2095AD (or 0x2095AD) is unknown color: approx Pelorous. HEX triplet: 20, 95 and AD. RGB value is (32,149,173). Sum of RGB (Red+Green+Blue) = 32+149+173=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #2095AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2095AD is #DF6A52. Grayscale: #747474. Windows color (decimal): -14641747 or 11375904. OLE color: 11375904.

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

Color convert

RGB32149173-
CMYK0.820.1400.32
HSL190.21º68.78%40.2%-
HSV(B)190.21º81.5%67.84%-
XYZ18.8924.8243.33-
YUV116.75159.7467.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.04%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=9.04%
G=42.09%
B=48.87%

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
Decimal321491730.820.1400.32190.2168.7840.2
Hex2095AD52E020be4528
Octal402252551221604027610550
Binary1000001001010110101101101001011100100000101111101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2095AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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