#25377D

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

Shades of Resolution Blue #25377D

Tints of Resolution Blue #25377D

Color information

#25377D (or 0x25377D) is unknown color: approx Resolution Blue. HEX triplet: 25, 37 and 7D. RGB value is (37,55,125). Sum of RGB (Red+Green+Blue) = 37+55+125=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #25377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25377D is #DAC882. Grayscale: #393939. Windows color (decimal): -14338179 or 8206117. OLE color: 8206117.

HSL color Cylindrical-coordinate representation of color #25377D: hue angle of 227.73º 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 #25377D is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3755125-
CMYK0.700.5600.51
HSL227.73º54.32%31.76%-
HSV(B)227.73º70.4%49.02%-
XYZ5.834.6119.98-
YUV57.6166.04113.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=17.05%
G=25.35%
B=57.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37551250.700.5600.51227.7354.3231.76
Hex25377D4638033e43620
Octal4567175106700633446640
Binary10010111011111111011000110111000011001111100100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25377D; }

 p { color: rgb(37,55,125); }

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

<style>
 a { background-color: #25377D; }

 a { background-color: rgb(37,55,125); }

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

<style>
 span { border-color: #25377D; }

 span { border-color: rgb(37,55,125); }

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