#277881

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

Shades of Atoll #277881

Tints of Atoll #277881

Color information

#277881 (or 0x277881) is unknown color: approx Atoll. HEX triplet: 27, 78 and 81. RGB value is (39,120,129). Sum of RGB (Red+Green+Blue) = 39+120+129=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #277881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277881 is #D8877E. Grayscale: #606060. Windows color (decimal): -14190463 or 8484903. OLE color: 8484903.

HSL color Cylindrical-coordinate representation of color #277881: hue angle of 186º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277881 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB39120129-
CMYK0.700.0700.49
HSL186º53.57%32.94%-
HSV(B)186º69.77%50.59%-
XYZ11.5215.4523.14-
YUV96.81146.1686.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 129 (50.78% from 255) = 44.79%
R=13.54%
G=41.67%
B=44.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391201290.700.0700.4918653.5732.94
Hex277881467031ba3621
Octal4717020110670612726641
Binary1001111111000100000011000110111011000110111010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277881; }

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

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

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

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

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

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

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

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