#258F90

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

Shades of Java #258F90

Tints of Java #258F90

Color information

#258F90 (or 0x258F90) is unknown color: approx Java. HEX triplet: 25, 8F and 90. RGB value is (37,143,144). Sum of RGB (Red+Green+Blue) = 37+143+144=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #258F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F90 is #DA706F. Grayscale: #6F6F6F. Windows color (decimal): -14315632 or 9473829. OLE color: 9473829.

HSL color Cylindrical-coordinate representation of color #258F90: hue angle of 180.56º 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 #258F90 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37143144-
CMYK0.740.0100.44
HSL180.56º59.12%35.49%-
HSV(B)180.56º74.31%56.47%-
XYZ15.6222.0529.82-
YUV111.42146.3874.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.42%
GREEN value IS 143 (56.25% from 255) = 44.14%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=11.42%
G=44.14%
B=44.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371431440.740.0100.44180.5659.1235.49
Hex258F904A102Cb53b23
Octal4521722011210542657343
Binary100101100011111001000010010101010110010110101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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