#25356C

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

Shades of Resolution Blue #25356C

Tints of Resolution Blue #25356C

Color information

#25356C (or 0x25356C) is unknown color: approx Resolution Blue. HEX triplet: 25, 35 and 6C. RGB value is (37,53,108). Sum of RGB (Red+Green+Blue) = 37+53+108=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #25356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25356C is #DACA93. Grayscale: #363636. Windows color (decimal): -14338708 or 7091493. OLE color: 7091493.

HSL color Cylindrical-coordinate representation of color #25356C: hue angle of 226.48º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25356C is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3753108-
CMYK0.660.5100.58
HSL226.48º48.97%28.43%-
HSV(B)226.48º65.74%42.35%-
XYZ4.744.0214.71-
YUV54.49158.2115.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=18.69%
G=26.77%
B=54.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37531080.660.5100.58226.4848.9728.43
Hex25356C423303Ae2311c
Octal4565154102630723426134
Binary1001011101011101100100001011001101110101110001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,53,108); }

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

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

 a { background-color: rgb(37,53,108); }

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

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

 span { border-color: rgb(37,53,108); }

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