#25969E

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

Shades of Java #25969E

Tints of Java #25969E

Color information

#25969E (or 0x25969E) is unknown color: approx Java. HEX triplet: 25, 96 and 9E. RGB value is (37,150,158). Sum of RGB (Red+Green+Blue) = 37+150+158=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #25969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25969E is #DA6961. Grayscale: #747474. Windows color (decimal): -14313826 or 10393125. OLE color: 10393125.

HSL color Cylindrical-coordinate representation of color #25969E: hue angle of 183.97º 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 #25969E is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB37150158-
CMYK0.770.0500.38
HSL183.97º62.05%38.24%-
HSV(B)183.97º76.58%61.96%-
XYZ17.8424.6736.17-
YUV117.12151.0670.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.72%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=10.72%
G=43.48%
B=45.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371501580.770.0500.38183.9762.0538.24
Hex25969E4D5026b83e26
Octal4522623611550462707646
Binary10010110010110100111101001101101010011010111000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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