#277478

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

Shades of Atoll #277478

Tints of Atoll #277478

Color information

#277478 (or 0x277478) is unknown color: approx Atoll. HEX triplet: 27, 74 and 78. RGB value is (39,116,120). Sum of RGB (Red+Green+Blue) = 39+116+120=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #277478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277478 is #D88B87. Grayscale: #5D5D5D. Windows color (decimal): -14191496 or 7894055. OLE color: 7894055.

HSL color Cylindrical-coordinate representation of color #277478: hue angle of 182.96º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277478 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39116120-
CMYK0.670.0300.53
HSL182.96º50.94%31.18%-
HSV(B)182.96º67.5%47.06%-
XYZ10.4714.2819.97-
YUV93.43142.9989.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.18%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=14.18%
G=42.18%
B=43.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391161200.670.0300.53182.9650.9431.18
Hex277478433035b7331f
Octal4716417010330652676337
Binary1001111110100111100010000111101101011011011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277478; }

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

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

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

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

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

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

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

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