#25407B

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

Shades of Resolution Blue #25407B

Tints of Resolution Blue #25407B

Color information

#25407B (or 0x25407B) is unknown color: approx Resolution Blue. HEX triplet: 25, 40 and 7B. RGB value is (37,64,123). Sum of RGB (Red+Green+Blue) = 37+64+123=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #25407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25407B is #DABF84. Grayscale: #3E3E3E. Windows color (decimal): -14335877 or 8077349. OLE color: 8077349.

HSL color Cylindrical-coordinate representation of color #25407B: hue angle of 221.16º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25407B is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3764123-
CMYK0.700.4800.52
HSL221.16º53.75%31.37%-
HSV(B)221.16º69.92%48.24%-
XYZ6.175.4919.47-
YUV62.65162.05109.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=16.52%
G=28.57%
B=54.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37641230.700.4800.52221.1653.7531.37
Hex25407B4630034dd361f
Octal45100173106600643356637
Binary10010110000001111011100011011000001101001101110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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