#258D91

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

Shades of Java #258D91

Tints of Java #258D91

Color information

#258D91 (or 0x258D91) is unknown color: approx Java. HEX triplet: 25, 8D and 91. RGB value is (37,141,145). Sum of RGB (Red+Green+Blue) = 37+141+145=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #258D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258D91 is #DA726E. Grayscale: #6E6E6E. Windows color (decimal): -14316143 or 9538853. OLE color: 9538853.

HSL color Cylindrical-coordinate representation of color #258D91: hue angle of 182.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258D91 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB37141145-
CMYK0.740.0300.43
HSL182.22º59.34%35.69%-
HSV(B)182.22º74.48%56.86%-
XYZ15.421.4930.12-
YUV110.36147.5475.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.46%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 145 (57.03% from 255) = 44.89%
R=11.46%
G=43.65%
B=44.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371411450.740.0300.43182.2259.3435.69
Hex258D914A302Bb63b24
Octal4521522111230532667344
Binary1001011000110110010001100101011010101110110110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,141,145); }

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

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

 a { background-color: rgb(37,141,145); }

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

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

 span { border-color: rgb(37,141,145); }

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