#25347C

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

Shades of Resolution Blue #25347C

Tints of Resolution Blue #25347C

Color information

#25347C (or 0x25347C) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 7C. RGB value is (37,52,124). Sum of RGB (Red+Green+Blue) = 37+52+124=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #25347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25347C is #DACB83. Grayscale: #373737. Windows color (decimal): -14338948 or 8139813. OLE color: 8139813.

HSL color Cylindrical-coordinate representation of color #25347C: hue angle of 229.66º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25347C is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3752124-
CMYK0.700.5800.51
HSL229.66º54.04%31.57%-
HSV(B)229.66º70.16%48.63%-
XYZ5.634.319.6-
YUV55.72166.53114.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 124 (48.83% from 255) = 58.22%
R=17.37%
G=24.41%
B=58.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37521240.700.5800.51229.6654.0431.57
Hex25347C463A033e63620
Octal4564174106720633466640
Binary10010111010011111001000110111010011001111100110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25347C; }

 p { color: rgb(37,52,124); }

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

<style>
 a { background-color: #25347C; }

 a { background-color: rgb(37,52,124); }

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

<style>
 span { border-color: #25347C; }

 span { border-color: rgb(37,52,124); }

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