#277A8A

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

Shades of Atoll #277A8A

Tints of Atoll #277A8A

Color information

#277A8A (or 0x277A8A) is unknown color: approx Atoll. HEX triplet: 27, 7A and 8A. RGB value is (39,122,138). Sum of RGB (Red+Green+Blue) = 39+122+138=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #277A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A8A is #D88575. Grayscale: #626262. Windows color (decimal): -14189942 or 9075239. OLE color: 9075239.

HSL color Cylindrical-coordinate representation of color #277A8A: hue angle of 189.7º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #277A8A is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39122138-
CMYK0.720.1200.46
HSL189.7º55.93%34.71%-
HSV(B)189.7º71.74%54.12%-
XYZ12.3816.1926.52-
YUV99.0115085.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.04%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=13.04%
G=40.80%
B=46.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391221380.720.1200.46189.755.9334.71
Hex277A8A48C02Ebe3823
Octal47172212110140562767043
Binary10011111110101000101010010001100010111010111110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277A8A; }

 p { color: rgb(39,122,138); }

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

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

 a { background-color: rgb(39,122,138); }

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

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

 span { border-color: rgb(39,122,138); }

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