#259293

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

Shades of Java #259293

Tints of Java #259293

Color information

#259293 (or 0x259293) is unknown color: approx Java. HEX triplet: 25, 92 and 93. RGB value is (37,146,147). Sum of RGB (Red+Green+Blue) = 37+146+147=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #259293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259293 is #DA6D6C. Grayscale: #717171. Windows color (decimal): -14314861 or 9671205. OLE color: 9671205.

HSL color Cylindrical-coordinate representation of color #259293: hue angle of 180.55º 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 #259293 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB37146147-
CMYK0.750.0100.42
HSL180.55º59.78%36.08%-
HSV(B)180.55º74.83%57.65%-
XYZ16.3123.0631.19-
YUV113.52146.8973.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.21%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=11.21%
G=44.24%
B=44.55%

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
Decimal371461470.750.0100.42180.5559.7836.08
Hex2592934B102Ab53c24
Octal4522222311310522657444
Binary100101100100101001001110010111010101010110101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259293; }

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

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

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

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

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

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

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

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