#27858E

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

Shades of Java #27858E

Tints of Java #27858E

Color information

#27858E (or 0x27858E) is unknown color: approx Java. HEX triplet: 27, 85 and 8E. RGB value is (39,133,142). Sum of RGB (Red+Green+Blue) = 39+133+142=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #27858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27858E is #D87A71. Grayscale: #696969. Windows color (decimal): -14187122 or 9340199. OLE color: 9340199.

HSL color Cylindrical-coordinate representation of color #27858E: hue angle of 185.24º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27858E is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39133142-
CMYK0.730.0600.44
HSL185.24º56.91%35.49%-
HSV(B)185.24º72.54%55.69%-
XYZ14.1119.1628.55-
YUV105.92148.3680.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.42%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=12.42%
G=42.36%
B=45.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391331420.730.0600.44185.2456.9135.49
Hex27858E49602Cb93923
Octal4720521611160542717143
Binary10011110000101100011101001001110010110010111001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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