#253483

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

Shades of Resolution Blue #253483

Tints of Resolution Blue #253483

Color information

#253483 (or 0x253483) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 83. RGB value is (37,52,131). Sum of RGB (Red+Green+Blue) = 37+52+131=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 131 (51.56% from 255 or 59.55% from 220); Max value from RGB is 131 - color contains mainly: blue. Hex color #253483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253483 is #DACB7C. Grayscale: #383838. Windows color (decimal): -14338941 or 8598565. OLE color: 8598565.

HSL color Cylindrical-coordinate representation of color #253483: hue angle of 230.43º 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 #253483 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3752131-
CMYK0.720.6000.49
HSL230.43º55.95%32.94%-
HSV(B)230.43º71.76%51.37%-
XYZ6.094.4922.02-
YUV56.52170.03114.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 131 (51.56% from 255) = 59.55%
R=16.82%
G=23.64%
B=59.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37521310.720.6000.49230.4355.9532.94
Hex253483483C031e63821
Octal4564203110740613467041
Binary100101110100100000111001000111100011000111100110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253483; }

 p { color: rgb(37,52,131); }

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

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

 a { background-color: rgb(37,52,131); }

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

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

 span { border-color: rgb(37,52,131); }

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