#25949B

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

Shades of Java #25949B

Tints of Java #25949B

Color information

#25949B (or 0x25949B) is unknown color: approx Java. HEX triplet: 25, 94 and 9B. RGB value is (37,148,155). Sum of RGB (Red+Green+Blue) = 37+148+155=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #25949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25949B is #DA6B64. Grayscale: #737373. Windows color (decimal): -14314341 or 10196005. OLE color: 10196005.

HSL color Cylindrical-coordinate representation of color #25949B: hue angle of 183.56º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25949B is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB37148155-
CMYK0.760.0500.39
HSL183.56º61.46%37.65%-
HSV(B)183.56º76.13%60.78%-
XYZ17.2723.9434.72-
YUV115.61150.2371.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.88%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=10.88%
G=43.53%
B=45.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371481550.760.0500.39183.5661.4637.65
Hex25949B4C5027b83d26
Octal4522423311450472707546
Binary10010110010100100110111001100101010011110111000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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