#25357A

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

Shades of Resolution Blue #25357A

Tints of Resolution Blue #25357A

Color information

#25357A (or 0x25357A) is unknown color: approx Resolution Blue. HEX triplet: 25, 35 and 7A. RGB value is (37,53,122). Sum of RGB (Red+Green+Blue) = 37+53+122=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #25357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25357A is #DACA85. Grayscale: #373737. Windows color (decimal): -14338694 or 8008997. OLE color: 8008997.

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

Color convert

RGB3753122-
CMYK0.700.5700.52
HSL228.71º53.46%31.18%-
HSV(B)228.71º69.67%47.84%-
XYZ5.554.3418.96-
YUV56.08165.2114.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 57.55%
R=17.45%
G=25%
B=57.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37531220.700.5700.52228.7153.4631.18
Hex25357A4639034e5351f
Octal4565172106710643456537
Binary1001011101011111010100011011100101101001110010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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