#25327B

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

Shades of Resolution Blue #25327B

Tints of Resolution Blue #25327B

Color information

#25327B (or 0x25327B) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 7B. RGB value is (37,50,123). Sum of RGB (Red+Green+Blue) = 37+50+123=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #25327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25327B is #DACD84. Grayscale: #363636. Windows color (decimal): -14339461 or 8073765. OLE color: 8073765.

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

Color convert

RGB3750123-
CMYK0.700.5900.52
HSL230.93º53.75%31.37%-
HSV(B)230.93º69.92%48.24%-
XYZ5.484.119.24-
YUV54.43166.69115.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=17.62%
G=23.81%
B=58.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37501230.700.5900.52230.9353.7531.37
Hex25327B463B034e7361f
Octal4562173106730643476637
Binary1001011100101111011100011011101101101001110011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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