#25858E

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

Shades of Java #25858E

Tints of Java #25858E

Color information

#25858E (or 0x25858E) is unknown color: approx Java. HEX triplet: 25, 85 and 8E. RGB value is (37,133,142). Sum of RGB (Red+Green+Blue) = 37+133+142=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #25858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25858E is #DA7A71. Grayscale: #696969. Windows color (decimal): -14318194 or 9340197. OLE color: 9340197.

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

Color convert

RGB37133142-
CMYK0.740.0600.44
HSL185.14º58.66%35.1%-
HSV(B)185.14º73.94%55.69%-
XYZ14.0319.1228.54-
YUV105.32148.779.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.86%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=11.86%
G=42.63%
B=45.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371331420.740.0600.44185.1458.6635.1
Hex25858E4A602Cb93b23
Octal4520521611260542717343
Binary10010110000101100011101001010110010110010111001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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