#25437C

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

Shades of Resolution Blue #25437C

Tints of Resolution Blue #25437C

Color information

#25437C (or 0x25437C) is unknown color: approx Resolution Blue. HEX triplet: 25, 43 and 7C. RGB value is (37,67,124). Sum of RGB (Red+Green+Blue) = 37+67+124=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #25437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25437C is #DABC83. Grayscale: #404040. Windows color (decimal): -14335108 or 8143653. OLE color: 8143653.

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

Color convert

RGB3767124-
CMYK0.700.4600.51
HSL219.31º54.04%31.57%-
HSV(B)219.31º70.16%48.63%-
XYZ6.415.8619.86-
YUV64.53161.56108.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 124 (48.83% from 255) = 54.39%
R=16.23%
G=29.39%
B=54.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37671240.700.4600.51219.3154.0431.57
Hex25437C462E033db3620
Octal45103174106560633336640
Binary100101100001111111001000110101110011001111011011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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