#25949A

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

Shades of Java #25949A

Tints of Java #25949A

Color information

#25949A (or 0x25949A) is unknown color: approx Java. HEX triplet: 25, 94 and 9A. RGB value is (37,148,154). Sum of RGB (Red+Green+Blue) = 37+148+154=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #25949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25949A is #DA6B65. Grayscale: #737373. Windows color (decimal): -14314342 or 10130469. OLE color: 10130469.

HSL color Cylindrical-coordinate representation of color #25949A: hue angle of 183.08º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25949A is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB37148154-
CMYK0.760.0400.40
HSL183.08º61.26%37.45%-
HSV(B)183.08º75.97%60.39%-
XYZ17.1923.9134.28-
YUV115.49149.7372.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.91%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=10.91%
G=43.66%
B=45.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal371481540.760.0400.40183.0861.2637.45
Hex25949A4C4028b73d25
Octal4522423211440502677545
Binary10010110010100100110101001100100010100010110111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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