#25337B

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

Shades of Resolution Blue #25337B

Tints of Resolution Blue #25337B

Color information

#25337B (or 0x25337B) is unknown color: approx Resolution Blue. HEX triplet: 25, 33 and 7B. RGB value is (37,51,123). Sum of RGB (Red+Green+Blue) = 37+51+123=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #25337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25337B is #DACC84. Grayscale: #363636. Windows color (decimal): -14339205 or 8074021. OLE color: 8074021.

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

Color convert

RGB3751123-
CMYK0.700.5900.52
HSL230.23º53.75%31.37%-
HSV(B)230.23º69.92%48.24%-
XYZ5.524.1919.26-
YUV55.02166.36115.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=17.54%
G=24.17%
B=58.29%

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
Decimal37511230.700.5900.52230.2353.7531.37
Hex25337B463B034e6361f
Octal4563173106730643466637
Binary1001011100111111011100011011101101101001110011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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