#259298

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

Shades of Java #259298

Tints of Java #259298

Color information

#259298 (or 0x259298) is unknown color: approx Java. HEX triplet: 25, 92 and 98. RGB value is (37,146,152). Sum of RGB (Red+Green+Blue) = 37+146+152=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #259298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259298 is #DA6D67. Grayscale: #717171. Windows color (decimal): -14314856 or 9998885. OLE color: 9998885.

HSL color Cylindrical-coordinate representation of color #259298: hue angle of 183.13º 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 #259298 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB37146152-
CMYK0.760.0400.40
HSL183.13º60.85%37.06%-
HSV(B)183.13º75.66%59.61%-
XYZ16.7123.2233.31-
YUV114.09149.3973.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.04%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=11.04%
G=43.58%
B=45.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal371461520.760.0400.40183.1360.8537.06
Hex2592984C4028b73d25
Octal4522223011440502677545
Binary10010110010010100110001001100100010100010110111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259298; }

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

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

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

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

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

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

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

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