#259495

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

Shades of Java #259495

Tints of Java #259495

Color information

#259495 (or 0x259495) is unknown color: approx Java. HEX triplet: 25, 94 and 95. RGB value is (37,148,149). Sum of RGB (Red+Green+Blue) = 37+148+149=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #259495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259495 is #DA6B6A. Grayscale: #727272. Windows color (decimal): -14314347 or 9802789. OLE color: 9802789.

HSL color Cylindrical-coordinate representation of color #259495: hue angle of 180.54º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259495 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB37148149-
CMYK0.750.0100.42
HSL180.54º60.22%36.47%-
HSV(B)180.54º75.17%58.43%-
XYZ16.7823.7432.13-
YUV114.92147.2372.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.08%
GREEN value IS 148 (58.20% from 255) = 44.31%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=11.08%
G=44.31%
B=44.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371481490.750.0100.42180.5460.2236.47
Hex2594954B102Ab53c24
Octal4522422511310522657444
Binary100101100101001001010110010111010101010110101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259495; }

 p { color: rgb(37,148,149); }

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

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

 a { background-color: rgb(37,148,149); }

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

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

 span { border-color: rgb(37,148,149); }

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