#25387A

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

Shades of Resolution Blue #25387A

Tints of Resolution Blue #25387A

Color information

#25387A (or 0x25387A) is unknown color: approx Resolution Blue. HEX triplet: 25, 38 and 7A. RGB value is (37,56,122). Sum of RGB (Red+Green+Blue) = 37+56+122=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #25387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25387A is #DAC785. Grayscale: #393939. Windows color (decimal): -14337926 or 8009765. OLE color: 8009765.

HSL color Cylindrical-coordinate representation of color #25387A: hue angle of 226.59º degrees, saturation: 0.53, 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 #25387A is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3756122-
CMYK0.700.5400.52
HSL226.59º53.46%31.18%-
HSV(B)226.59º69.67%47.84%-
XYZ5.694.6319.01-
YUV57.84164.21113.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=17.21%
G=26.05%
B=56.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37561220.700.5400.52226.5953.4631.18
Hex25387A4636034e3351f
Octal4570172106660643436537
Binary1001011110001111010100011011011001101001110001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25387A; }

 p { color: rgb(37,56,122); }

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

<style>
 a { background-color: #25387A; }

 a { background-color: rgb(37,56,122); }

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

<style>
 span { border-color: #25387A; }

 span { border-color: rgb(37,56,122); }

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