#25307A

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

Shades of Resolution Blue #25307A

Tints of Resolution Blue #25307A

Color information

#25307A (or 0x25307A) is unknown color: approx Resolution Blue. HEX triplet: 25, 30 and 7A. RGB value is (37,48,122). Sum of RGB (Red+Green+Blue) = 37+48+122=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #25307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25307A is #DACF85. Grayscale: #343434. Windows color (decimal): -14339974 or 8007717. OLE color: 8007717.

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

Color convert

RGB3748122-
CMYK0.700.6100.52
HSL232.24º53.46%31.18%-
HSV(B)232.24º69.67%47.84%-
XYZ5.333.9118.89-
YUV53.15166.86116.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 122 (48.05% from 255) = 58.94%
R=17.87%
G=23.19%
B=58.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37481220.700.6100.52232.2453.4631.18
Hex25307A463D034e8351f
Octal4560172106750643506537
Binary1001011100001111010100011011110101101001110100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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