#2A96AD

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

Shades of Pelorous #2A96AD

Tints of Pelorous #2A96AD

Color information

#2A96AD (or 0x2A96AD) is unknown color: approx Pelorous. HEX triplet: 2A, 96 and AD. RGB value is (42,150,173). Sum of RGB (Red+Green+Blue) = 42+150+173=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A96AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A96AD is #D56952. Grayscale: #787878. Windows color (decimal): -13986131 or 11376170. OLE color: 11376170.

HSL color Cylindrical-coordinate representation of color #2A96AD: hue angle of 190.53º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A96AD is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB42150173-
CMYK0.760.1300.32
HSL190.53º60.93%42.16%-
HSV(B)190.53º75.72%67.84%-
XYZ19.425.3243.4-
YUV120.33157.7272.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.51%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=11.51%
G=41.10%
B=47.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421501730.760.1300.32190.5360.9342.16
Hex2A96AD4CD020bf3d2a
Octal52226255114150402777552
Binary101010100101101010110110011001101010000010111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A96AD; }

 p { color: rgb(42,150,173); }

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

<style>
 a { background-color: #2A96AD; }

 a { background-color: rgb(42,150,173); }

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

<style>
 span { border-color: #2A96AD; }

 span { border-color: rgb(42,150,173); }

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