#258992

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

Shades of Java #258992

Tints of Java #258992

Color information

#258992 (or 0x258992) is unknown color: approx Java. HEX triplet: 25, 89 and 92. RGB value is (37,137,146). Sum of RGB (Red+Green+Blue) = 37+137+146=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #258992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258992 is #DA766D. Grayscale: #6B6B6B. Windows color (decimal): -14317166 or 9603365. OLE color: 9603365.

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

Color convert

RGB37137146-
CMYK0.750.0600.43
HSL184.95º59.56%35.88%-
HSV(B)184.95º74.66%57.25%-
XYZ14.920.3630.34-
YUV108.13149.3777.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.56%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=11.56%
G=42.81%
B=45.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371371460.750.0600.43184.9559.5635.88
Hex2589924B602Bb93c24
Octal4521122211360532717444
Binary10010110001001100100101001011110010101110111001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258992; }

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

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

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

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

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

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

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

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