#2E7582

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

Shades of Atoll #2E7582

Tints of Atoll #2E7582

Color information

#2E7582 (or 0x2E7582) is unknown color: approx Atoll. HEX triplet: 2E, 75 and 82. RGB value is (46,117,130). Sum of RGB (Red+Green+Blue) = 46+117+130=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E7582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7582 is #D18A7D. Grayscale: #616161. Windows color (decimal): -13732478 or 8549678. OLE color: 8549678.

HSL color Cylindrical-coordinate representation of color #2E7582: hue angle of 189.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E7582 is Cyan = 0.65, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB46117130-
CMYK0.650.100.49
HSL189.29º47.73%34.51%-
HSV(B)189.29º64.62%50.98%-
XYZ11.5214.9223.39-
YUV97.25146.4891.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.70%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=15.70%
G=39.93%
B=44.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461171300.650.100.49189.2947.7334.51
Hex2E758241A031bd3023
Octal56165202101120612756043
Binary10111011101011000001010000011010011000110111101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,117,130); }

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

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

 a { background-color: rgb(46,117,130); }

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

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

 span { border-color: rgb(46,117,130); }

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