#25969D

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

Shades of Java #25969D

Tints of Java #25969D

Color information

#25969D (or 0x25969D) is unknown color: approx Java. HEX triplet: 25, 96 and 9D. RGB value is (37,150,157). Sum of RGB (Red+Green+Blue) = 37+150+157=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #25969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25969D is #DA6962. Grayscale: #747474. Windows color (decimal): -14313827 or 10327589. OLE color: 10327589.

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

Color convert

RGB37150157-
CMYK0.760.0400.38
HSL183.5º61.86%38.04%-
HSV(B)183.5º76.43%61.57%-
XYZ17.7624.6435.72-
YUV117.01150.5670.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.76%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=10.76%
G=43.60%
B=45.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371501570.760.0400.38183.561.8638.04
Hex25969D4C4026b83e26
Octal4522623511440462707646
Binary10010110010110100111011001100100010011010111000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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