#277073

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

Shades of Atoll #277073

Tints of Atoll #277073

Color information

#277073 (or 0x277073) is unknown color: approx Atoll. HEX triplet: 27, 70 and 73. RGB value is (39,112,115). Sum of RGB (Red+Green+Blue) = 39+112+115=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #277073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277073 is #D88F8C. Grayscale: #5A5A5A. Windows color (decimal): -14192525 or 7565351. OLE color: 7565351.

HSL color Cylindrical-coordinate representation of color #277073: hue angle of 182.37º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277073 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB39112115-
CMYK0.660.0300.55
HSL182.37º49.35%30.2%-
HSV(B)182.37º66.09%45.1%-
XYZ9.7313.2618.27-
YUV90.52141.8291.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 115 (45.31% from 255) = 43.23%
R=14.66%
G=42.11%
B=43.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391121150.660.0300.55182.3749.3530.2
Hex277073423037b6311e
Octal4716016310230672666136
Binary1001111110000111001110000101101101111011011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277073; }

 p { color: rgb(39,112,115); }

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

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

 a { background-color: rgb(39,112,115); }

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

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

 span { border-color: rgb(39,112,115); }

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