#277175

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

Shades of Atoll #277175

Tints of Atoll #277175

Color information

#277175 (or 0x277175) is unknown color: approx Atoll. HEX triplet: 27, 71 and 75. RGB value is (39,113,117). Sum of RGB (Red+Green+Blue) = 39+113+117=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #277175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277175 is #D88E8A. Grayscale: #5B5B5B. Windows color (decimal): -14192267 or 7696679. OLE color: 7696679.

HSL color Cylindrical-coordinate representation of color #277175: hue angle of 183.08º 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 #277175 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB39113117-
CMYK0.670.0300.54
HSL183.08º50%30.59%-
HSV(B)183.08º66.67%45.88%-
XYZ9.9513.5318.92-
YUV91.33142.4890.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.50%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=14.50%
G=42.01%
B=43.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391131170.670.0300.54183.085030.59
Hex277175433036b7321f
Octal4716116510330662676237
Binary1001111110001111010110000111101101101011011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277175; }

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

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

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

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

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

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

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

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