#253681

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

Shades of Resolution Blue #253681

Tints of Resolution Blue #253681

Color information

#253681 (or 0x253681) is unknown color: approx Resolution Blue. HEX triplet: 25, 36 and 81. RGB value is (37,54,129). Sum of RGB (Red+Green+Blue) = 37+54+129=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #253681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253681 is #DAC97E. Grayscale: #393939. Windows color (decimal): -14338431 or 8468005. OLE color: 8468005.

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

Color convert

RGB3754129-
CMYK0.710.5800.49
HSL228.91º55.42%32.55%-
HSV(B)228.91º71.32%50.59%-
XYZ6.044.6221.34-
YUV57.47168.37113.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 129 (50.78% from 255) = 58.64%
R=16.82%
G=24.55%
B=58.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37541290.710.5800.49228.9155.4232.55
Hex253681473A031e53721
Octal4566201107720613456741
Binary100101110110100000011000111111010011000111100101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253681; }

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

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

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

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

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

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

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

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