#277A89

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

Shades of Atoll #277A89

Tints of Atoll #277A89

Color information

#277A89 (or 0x277A89) is unknown color: approx Atoll. HEX triplet: 27, 7A and 89. RGB value is (39,122,137). Sum of RGB (Red+Green+Blue) = 39+122+137=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #277A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A89 is #D88576. Grayscale: #626262. Windows color (decimal): -14189943 or 9009703. OLE color: 9009703.

HSL color Cylindrical-coordinate representation of color #277A89: hue angle of 189.18º 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 #277A89 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39122137-
CMYK0.720.1100.46
HSL189.18º55.68%34.51%-
HSV(B)189.18º71.53%53.73%-
XYZ12.3116.1626.14-
YUV98.89149.585.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.09%
GREEN value IS 122 (48.05% from 255) = 40.94%
BLUE value IS 137 (53.91% from 255) = 45.97%
R=13.09%
G=40.94%
B=45.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391221370.720.1100.46189.1855.6834.51
Hex277A8948B02Ebd3823
Octal47172211110130562757043
Binary10011111110101000100110010001011010111010111101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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