#27757A

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

Shades of Atoll #27757A

Tints of Atoll #27757A

Color information

#27757A (or 0x27757A) is unknown color: approx Atoll. HEX triplet: 27, 75 and 7A. RGB value is (39,117,122). Sum of RGB (Red+Green+Blue) = 39+117+122=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #27757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27757A is #D88A85. Grayscale: #5E5E5E. Windows color (decimal): -14191238 or 8025383. OLE color: 8025383.

HSL color Cylindrical-coordinate representation of color #27757A: hue angle of 183.61º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27757A is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB39117122-
CMYK0.680.0400.52
HSL183.61º51.55%31.57%-
HSV(B)183.61º68.03%47.84%-
XYZ10.7114.5620.66-
YUV94.25143.6688.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=14.03%
G=42.09%
B=43.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391171220.680.0400.52183.6151.5531.57
Hex27757A444034b83420
Octal4716517210440642706440
Binary100111111010111110101000100100011010010111000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27757A; }

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

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

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

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

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

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

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

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