#259296

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

Shades of Java #259296

Tints of Java #259296

Color information

#259296 (or 0x259296) is unknown color: approx Java. HEX triplet: 25, 92 and 96. RGB value is (37,146,150). Sum of RGB (Red+Green+Blue) = 37+146+150=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #259296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259296 is #DA6D69. Grayscale: #717171. Windows color (decimal): -14314858 or 9867813. OLE color: 9867813.

HSL color Cylindrical-coordinate representation of color #259296: hue angle of 182.12º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259296 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB37146150-
CMYK0.750.0300.41
HSL182.12º60.43%36.67%-
HSV(B)182.12º75.33%58.82%-
XYZ16.5523.1532.45-
YUV113.86148.3973.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.11%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=11.11%
G=43.84%
B=45.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371461500.750.0300.41182.1260.4336.67
Hex2592964B3029b63c25
Octal4522222611330512667445
Binary1001011001001010010110100101111010100110110110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259296; }

 p { color: rgb(37,146,150); }

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

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

 a { background-color: rgb(37,146,150); }

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

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

 span { border-color: rgb(37,146,150); }

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