#25417B

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

Shades of Resolution Blue #25417B

Tints of Resolution Blue #25417B

Color information

#25417B (or 0x25417B) is unknown color: approx Resolution Blue. HEX triplet: 25, 41 and 7B. RGB value is (37,65,123). Sum of RGB (Red+Green+Blue) = 37+65+123=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #25417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25417B is #DABE84. Grayscale: #3E3E3E. Windows color (decimal): -14335621 or 8077605. OLE color: 8077605.

HSL color Cylindrical-coordinate representation of color #25417B: hue angle of 220.47º 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 #25417B is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3765123-
CMYK0.700.4700.52
HSL220.47º53.75%31.37%-
HSV(B)220.47º69.92%48.24%-
XYZ6.235.619.49-
YUV63.24161.72109.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=16.44%
G=28.89%
B=54.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37651230.700.4700.52220.4753.7531.37
Hex25417B462F034dc361f
Octal45101173106570643346637
Binary10010110000011111011100011010111101101001101110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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