#27757B

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

Shades of Atoll #27757B

Tints of Atoll #27757B

Color information

#27757B (or 0x27757B) is unknown color: approx Atoll. HEX triplet: 27, 75 and 7B. RGB value is (39,117,123). Sum of RGB (Red+Green+Blue) = 39+117+123=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #27757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27757B is #D88A84. Grayscale: #5E5E5E. Windows color (decimal): -14191237 or 8090919. OLE color: 8090919.

HSL color Cylindrical-coordinate representation of color #27757B: hue angle of 184.29º 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 #27757B is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB39117123-
CMYK0.680.0500.52
HSL184.29º51.85%31.76%-
HSV(B)184.29º68.29%48.24%-
XYZ10.7714.5820.99-
YUV94.36144.1688.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=13.98%
G=41.94%
B=44.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391171230.680.0500.52184.2951.8531.76
Hex27757B445034b83420
Octal4716517310450642706440
Binary100111111010111110111000100101011010010111000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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