#27838D

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

Shades of Atoll #27838D

Tints of Atoll #27838D

Color information

#27838D (or 0x27838D) is unknown color: approx Atoll. HEX triplet: 27, 83 and 8D. RGB value is (39,131,141). Sum of RGB (Red+Green+Blue) = 39+131+141=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #27838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27838D is #D87C72. Grayscale: #686868. Windows color (decimal): -14187635 or 9274151. OLE color: 9274151.

HSL color Cylindrical-coordinate representation of color #27838D: hue angle of 185.88º degrees, saturation: 0.57, 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 #27838D is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39131141-
CMYK0.720.0700.45
HSL185.88º56.67%35.29%-
HSV(B)185.88º72.34%55.29%-
XYZ13.7618.5928.06-
YUV104.63148.5281.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=12.54%
G=42.12%
B=45.34%

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
Decimal391311410.720.0700.45185.8856.6735.29
Hex27838D48702Dba3923
Octal4720321511070552727143
Binary10011110000011100011011001000111010110110111010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27838D; }

 p { color: rgb(39,131,141); }

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

<style>
 a { background-color: #27838D; }

 a { background-color: rgb(39,131,141); }

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

<style>
 span { border-color: #27838D; }

 span { border-color: rgb(39,131,141); }

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