#277480

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

Shades of Atoll #277480

Tints of Atoll #277480

Color information

#277480 (or 0x277480) is unknown color: approx Atoll. HEX triplet: 27, 74 and 80. RGB value is (39,116,128). Sum of RGB (Red+Green+Blue) = 39+116+128=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #277480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277480 is #D88B7F. Grayscale: #5E5E5E. Windows color (decimal): -14191488 or 8418343. OLE color: 8418343.

HSL color Cylindrical-coordinate representation of color #277480: hue angle of 188.09º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277480 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB39116128-
CMYK0.700.0900.50
HSL188.09º53.29%32.75%-
HSV(B)188.09º69.53%50.2%-
XYZ10.9814.4822.64-
YUV94.34146.9988.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=13.78%
G=40.99%
B=45.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391161280.700.0900.50188.0953.2932.75
Hex277480469032bc3521
Octal47164200106110622746541
Binary10011111101001000000010001101001011001010111100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277480; }

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

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

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

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

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

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

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

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