#258A87

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

Shades of Java #258A87

Tints of Java #258A87

Color information

#258A87 (or 0x258A87) is unknown color: approx Java. HEX triplet: 25, 8A and 87. RGB value is (37,138,135). Sum of RGB (Red+Green+Blue) = 37+138+135=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #258A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A87 is #DA7578. Grayscale: #6B6B6B. Windows color (decimal): -14316921 or 8882725. OLE color: 8882725.

HSL color Cylindrical-coordinate representation of color #258A87: hue angle of 178.22º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A87 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB37138135-
CMYK0.7300.020.46
HSL178.22º57.71%34.31%-
HSV(B)178.22º73.19%54.12%-
XYZ14.2220.3226.09-
YUV107.46143.5477.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.94%
GREEN value IS 138 (54.30% from 255) = 44.52%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=11.94%
G=44.52%
B=43.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371381350.7300.020.46178.2257.7134.31
Hex258A8749022Eb23a22
Octal4521220711102562627242
Binary1001011000101010000111100100101010111010110010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258A87; }

 p { color: rgb(37,138,135); }

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

<style>
 a { background-color: #258A87; }

 a { background-color: rgb(37,138,135); }

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

<style>
 span { border-color: #258A87; }

 span { border-color: rgb(37,138,135); }

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