#25406F

Color #25406F Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #25406F

Tints of Resolution Blue #25406F

Color information

#25406F (or 0x25406F) is unknown color: approx Resolution Blue. HEX triplet: 25, 40 and 6F. RGB value is (37,64,111). Sum of RGB (Red+Green+Blue) = 37+64+111=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #25406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25406F is #DABF90. Grayscale: #3D3D3D. Windows color (decimal): -14335889 or 7290917. OLE color: 7290917.

HSL color Cylindrical-coordinate representation of color #25406F: hue angle of 218.11º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25406F is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3764111-
CMYK0.670.4200.56
HSL218.11º50%29.02%-
HSV(B)218.11º66.67%43.53%-
XYZ5.475.2115.76-
YUV61.28156.05110.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 111 (43.75% from 255) = 52.36%
R=17.45%
G=30.19%
B=52.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37641110.670.4200.56218.115029.02
Hex25406F432A038da321d
Octal45100157103520703326235
Binary10010110000001101111100001110101001110001101101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25406F; }

 p { color: rgb(37,64,111); }

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

<style>
 a { background-color: #25406F; }

 a { background-color: rgb(37,64,111); }

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

<style>
 span { border-color: #25406F; }

 span { border-color: rgb(37,64,111); }

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