#27858A

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

Shades of Atoll #27858A

Tints of Atoll #27858A

Color information

#27858A (or 0x27858A) is unknown color: approx Atoll. HEX triplet: 27, 85 and 8A. RGB value is (39,133,138). Sum of RGB (Red+Green+Blue) = 39+133+138=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #27858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27858A is #D87A75. Grayscale: #696969. Windows color (decimal): -14187126 or 9078055. OLE color: 9078055.

HSL color Cylindrical-coordinate representation of color #27858A: hue angle of 183.03º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27858A is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39133138-
CMYK0.720.0400.46
HSL183.03º55.93%34.71%-
HSV(B)183.03º71.74%54.12%-
XYZ13.8119.0426.99-
YUV105.46146.3680.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.58%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=12.58%
G=42.90%
B=44.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391331380.720.0400.46183.0355.9334.71
Hex27858A48402Eb73823
Octal4720521211040562677043
Binary10011110000101100010101001000100010111010110111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,133,138); }

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

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

 a { background-color: rgb(39,133,138); }

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

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

 span { border-color: rgb(39,133,138); }

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