#2A7478

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

Shades of Atoll #2A7478

Tints of Atoll #2A7478

Color information

#2A7478 (or 0x2A7478) is unknown color: approx Atoll. HEX triplet: 2A, 74 and 78. RGB value is (42,116,120). Sum of RGB (Red+Green+Blue) = 42+116+120=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7478 is #D58B87. Grayscale: #5E5E5E. Windows color (decimal): -13994888 or 7894058. OLE color: 7894058.

HSL color Cylindrical-coordinate representation of color #2A7478: hue angle of 183.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7478 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB42116120-
CMYK0.650.0300.53
HSL183.08º48.15%31.76%-
HSV(B)183.08º65%47.06%-
XYZ10.5914.3419.98-
YUV94.33142.4890.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.11%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=15.11%
G=41.73%
B=43.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421161200.650.0300.53183.0848.1531.76
Hex2A7478413035b73020
Octal5216417010130652676040
Binary10101011101001111000100000111011010110110111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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