#27747B

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

Shades of Atoll #27747B

Tints of Atoll #27747B

Color information

#27747B (or 0x27747B) is unknown color: approx Atoll. HEX triplet: 27, 74 and 7B. RGB value is (39,116,123). Sum of RGB (Red+Green+Blue) = 39+116+123=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #27747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27747B is #D88B84. Grayscale: #5D5D5D. Windows color (decimal): -14191493 or 8090663. OLE color: 8090663.

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

Color convert

RGB39116123-
CMYK0.680.0600.52
HSL185º51.85%31.76%-
HSV(B)185º68.29%48.24%-
XYZ10.6614.3520.95-
YUV93.78144.4988.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=14.03%
G=41.73%
B=44.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391161230.680.0600.5218551.8531.76
Hex27747B446034b93420
Octal4716417310460642716440
Binary100111111010011110111000100110011010010111001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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