#258f99

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

Shades of Java #258F99

Tints of Java #258F99

Color information

#258F99 (or 0x258F99) is unknown color: approx Java. HEX triplet: 25, 8F and 99. RGB value is (37,143,153). Sum of RGB (Red+Green+Blue) = 37+143+153=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #258F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F99 is #DA7066. Grayscale: #707070. Windows color (decimal): -14315623 or 10063653. OLE color: 10063653.

HSL color Cylindrical-coordinate representation of color #258F99: hue angle of 185.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258F99 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB37143153-
CMYK0.760.0700.4
HSL185.17º61.05%37.25%-
HSV(B)185.17º75.82%60%-
XYZ16.3422.3433.59-
YUV112.45150.8874.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.11%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=11.11%
G=42.94%
B=45.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371431530.760.0700.4185.1761.0537.25
Hex258F994C7028b93d25
Octal4521723111470502717545
Binary10010110001111100110011001100111010100010111001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,143,153); }

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

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

 a { background-color: rgb(37,143,153); }

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

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

 span { border-color: rgb(37,143,153); }

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