#258690

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

Shades of Java #258690

Tints of Java #258690

Color information

#258690 (or 0x258690) is unknown color: approx Java. HEX triplet: 25, 86 and 90. RGB value is (37,134,144). Sum of RGB (Red+Green+Blue) = 37+134+144=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #258690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258690 is #DA796F. Grayscale: #6A6A6A. Windows color (decimal): -14317936 or 9471525. OLE color: 9471525.

HSL color Cylindrical-coordinate representation of color #258690: hue angle of 185.61º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258690 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37134144-
CMYK0.740.0700.44
HSL185.61º59.12%35.49%-
HSV(B)185.61º74.31%56.47%-
XYZ14.3219.4629.39-
YUV106.14149.3678.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 134 (52.73% from 255) = 42.54%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=11.75%
G=42.54%
B=45.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371341440.740.0700.44185.6159.1235.49
Hex2586904A702Cba3b23
Octal4520622011270542727343
Binary10010110000110100100001001010111010110010111010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258690; }

 p { color: rgb(37,134,144); }

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

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

 a { background-color: rgb(37,134,144); }

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

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

 span { border-color: rgb(37,134,144); }

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