#2A90AC

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

Shades of Pelorous #2A90AC

Tints of Pelorous #2A90AC

Color information

#2A90AC (or 0x2A90AC) is unknown color: approx Pelorous. HEX triplet: 2A, 90 and AC. RGB value is (42,144,172). Sum of RGB (Red+Green+Blue) = 42+144+172=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A90AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A90AC is #D56F53. Grayscale: #747474. Windows color (decimal): -13987668 or 11309098. OLE color: 11309098.

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

Color convert

RGB42144172-
CMYK0.760.1600.33
HSL192.92º60.75%41.96%-
HSV(B)192.92º75.58%67.45%-
XYZ18.3723.4242.58-
YUV116.69159.2174.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.73%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 172 (67.58% from 255) = 48.04%
R=11.73%
G=40.22%
B=48.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421441720.760.1600.33192.9260.7541.96
Hex2A90AC4C10021c13d2a
Octal52220254114200413017552
Binary1010101001000010101100100110010000010000111000001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A90AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,144,172); }

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

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

 a { background-color: rgb(42,144,172); }

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

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

 span { border-color: rgb(42,144,172); }

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