#253680

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

Shades of Resolution Blue #253680

Tints of Resolution Blue #253680

Color information

#253680 (or 0x253680) is unknown color: approx Resolution Blue. HEX triplet: 25, 36 and 80. RGB value is (37,54,128). Sum of RGB (Red+Green+Blue) = 37+54+128=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #253680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253680 is #DAC97F. Grayscale: #393939. Windows color (decimal): -14338432 or 8402469. OLE color: 8402469.

HSL color Cylindrical-coordinate representation of color #253680: hue angle of 228.79º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #253680 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3754128-
CMYK0.710.5800.50
HSL228.79º55.15%32.35%-
HSV(B)228.79º71.09%50.2%-
XYZ5.984.5920.99-
YUV57.35167.87113.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 128 (50.39% from 255) = 58.45%
R=16.89%
G=24.66%
B=58.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37541280.710.5800.50228.7955.1532.35
Hex253680473A032e53720
Octal4566200107720623456740
Binary100101110110100000001000111111010011001011100101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253680; }

 p { color: rgb(37,54,128); }

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

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

 a { background-color: rgb(37,54,128); }

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

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

 span { border-color: rgb(37,54,128); }

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