#277F8B

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

Shades of Atoll #277F8B

Tints of Atoll #277F8B

Color information

#277F8B (or 0x277F8B) is unknown color: approx Atoll. HEX triplet: 27, 7F and 8B. RGB value is (39,127,139). Sum of RGB (Red+Green+Blue) = 39+127+139=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #277F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277F8B is #D88074. Grayscale: #656565. Windows color (decimal): -14188661 or 9142055. OLE color: 9142055.

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

Color convert

RGB39127139-
CMYK0.720.0900.45
HSL187.2º56.18%34.9%-
HSV(B)187.2º71.94%54.51%-
XYZ13.0917.4727.11-
YUV102.06148.8583.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.79%
GREEN value IS 127 (50% from 255) = 41.64%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=12.79%
G=41.64%
B=45.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391271390.720.0900.45187.256.1834.9
Hex277F8B48902Dbb3823
Octal47177213110110552737043
Binary10011111111111000101110010001001010110110111011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,127,139); }

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

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

 a { background-color: rgb(39,127,139); }

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

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

 span { border-color: rgb(39,127,139); }

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