#277078

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

Shades of Atoll #277078

Tints of Atoll #277078

Color information

#277078 (or 0x277078) is unknown color: approx Atoll. HEX triplet: 27, 70 and 78. RGB value is (39,112,120). Sum of RGB (Red+Green+Blue) = 39+112+120=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #277078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277078 is #D88F87. Grayscale: #5A5A5A. Windows color (decimal): -14192520 or 7893031. OLE color: 7893031.

HSL color Cylindrical-coordinate representation of color #277078: hue angle of 185.93º 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 #277078 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39112120-
CMYK0.670.0700.53
HSL185.93º50.94%31.18%-
HSV(B)185.93º67.5%47.06%-
XYZ10.0213.3819.82-
YUV91.08144.3290.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.39%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=14.39%
G=41.33%
B=44.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391121200.670.0700.53185.9350.9431.18
Hex277078437035ba331f
Octal4716017010370652726337
Binary10011111100001111000100001111101101011011101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277078; }

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

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

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

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

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

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

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

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