#2A7485

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

Shades of Allports #2A7485

Tints of Allports #2A7485

Color information

#2A7485 (or 0x2A7485) is unknown color: approx Allports. HEX triplet: 2A, 74 and 85. RGB value is (42,116,133). Sum of RGB (Red+Green+Blue) = 42+116+133=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A7485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7485 is #D58B7A. Grayscale: #5F5F5F. Windows color (decimal): -13994875 or 8746026. OLE color: 8746026.

HSL color Cylindrical-coordinate representation of color #2A7485: hue angle of 191.21º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A7485 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB42116133-
CMYK0.680.1300.48
HSL191.21º52%34.31%-
HSV(B)191.21º68.42%52.16%-
XYZ11.4314.6824.42-
YUV95.81148.9889.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.43%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=14.43%
G=39.86%
B=45.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal421161330.680.1300.48191.215234.31
Hex2A748544D030bf3422
Octal52164205104150602776442
Binary10101011101001000010110001001101011000010111111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,116,133); }

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

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

 a { background-color: rgb(42,116,133); }

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

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

 span { border-color: rgb(42,116,133); }

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