#27818B

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

Shades of Atoll #27818B

Tints of Atoll #27818B

Color information

#27818B (or 0x27818B) is unknown color: approx Atoll. HEX triplet: 27, 81 and 8B. RGB value is (39,129,139). Sum of RGB (Red+Green+Blue) = 39+129+139=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #27818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27818B is #D87E74. Grayscale: #676767. Windows color (decimal): -14188149 or 9142567. OLE color: 9142567.

HSL color Cylindrical-coordinate representation of color #27818B: hue angle of 186º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27818B is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39129139-
CMYK0.720.0700.45
HSL186º56.18%34.9%-
HSV(B)186º71.94%54.51%-
XYZ13.351827.2-
YUV103.23148.1882.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.70%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=12.70%
G=42.02%
B=45.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391291390.720.0700.4518656.1834.9
Hex27818B48702Dba3823
Octal4720121311070552727043
Binary10011110000001100010111001000111010110110111010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,129,139); }

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

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

 a { background-color: rgb(39,129,139); }

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

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

 span { border-color: rgb(39,129,139); }

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