#253382

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

Shades of Resolution Blue #253382

Tints of Resolution Blue #253382

Color information

#253382 (or 0x253382) is unknown color: approx Resolution Blue. HEX triplet: 25, 33 and 82. RGB value is (37,51,130). Sum of RGB (Red+Green+Blue) = 37+51+130=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #253382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253382 is #DACC7D. Grayscale: #373737. Windows color (decimal): -14339198 or 8532773. OLE color: 8532773.

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

Color convert

RGB3751130-
CMYK0.720.6100.49
HSL230.97º55.69%32.75%-
HSV(B)230.97º71.54%50.98%-
XYZ5.984.3721.65-
YUV55.82169.86114.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 130 (51.17% from 255) = 59.63%
R=16.97%
G=23.39%
B=59.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37511300.720.6100.49230.9755.6932.75
Hex253382483D031e73821
Octal4563202110750613477041
Binary100101110011100000101001000111101011000111100111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253382; }

 p { color: rgb(37,51,130); }

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

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

 a { background-color: rgb(37,51,130); }

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

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

 span { border-color: rgb(37,51,130); }

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