#2A7285

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

Shades of Allports #2A7285

Tints of Allports #2A7285

Color information

#2A7285 (or 0x2A7285) is unknown color: approx Allports. HEX triplet: 2A, 72 and 85. RGB value is (42,114,133). Sum of RGB (Red+Green+Blue) = 42+114+133=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A7285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7285 is #D58D7A. Grayscale: #5E5E5E. Windows color (decimal): -13995387 or 8745514. OLE color: 8745514.

HSL color Cylindrical-coordinate representation of color #2A7285: hue angle of 192.53º 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 #2A7285 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB42114133-
CMYK0.680.1400.48
HSL192.53º52%34.31%-
HSV(B)192.53º68.42%52.16%-
XYZ11.2114.2224.34-
YUV94.64149.6590.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.53%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=14.53%
G=39.45%
B=46.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal421141330.680.1400.48192.535234.31
Hex2A728544E030c13422
Octal52162205104160603016442
Binary10101011100101000010110001001110011000011000001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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