#25949E

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

Shades of Java #25949E

Tints of Java #25949E

Color information

#25949E (or 0x25949E) is unknown color: approx Java. HEX triplet: 25, 94 and 9E. RGB value is (37,148,158). Sum of RGB (Red+Green+Blue) = 37+148+158=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #25949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25949E is #DA6B61. Grayscale: #737373. Windows color (decimal): -14314338 or 10392613. OLE color: 10392613.

HSL color Cylindrical-coordinate representation of color #25949E: hue angle of 184.96º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25949E is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB37148158-
CMYK0.770.0600.38
HSL184.96º62.05%38.24%-
HSV(B)184.96º76.58%61.96%-
XYZ17.5224.0436.06-
YUV115.95151.7371.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.79%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=10.79%
G=43.15%
B=46.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371481580.770.0600.38184.9662.0538.24
Hex25949E4D6026b93e26
Octal4522423611560462717646
Binary10010110010100100111101001101110010011010111001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25949E; }

 p { color: rgb(37,148,158); }

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

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

 a { background-color: rgb(37,148,158); }

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

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

 span { border-color: rgb(37,148,158); }

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