#277375

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

Shades of Atoll #277375

Tints of Atoll #277375

Color information

#277375 (or 0x277375) is unknown color: approx Atoll. HEX triplet: 27, 73 and 75. RGB value is (39,115,117). Sum of RGB (Red+Green+Blue) = 39+115+117=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #277375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277375 is #D88C8A. Grayscale: #5C5C5C. Windows color (decimal): -14191755 or 7697191. OLE color: 7697191.

HSL color Cylindrical-coordinate representation of color #277375: hue angle of 181.54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277375 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB39115117-
CMYK0.670.0200.54
HSL181.54º50%30.59%-
HSV(B)181.54º66.67%45.88%-
XYZ10.1813.9818.99-
YUV92.5141.8289.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.39%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=14.39%
G=42.44%
B=43.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391151170.670.0200.54181.545030.59
Hex277375432036b6321f
Octal4716316510320662666237
Binary1001111110011111010110000111001101101011011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277375; }

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

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

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

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

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

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

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

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