#253684

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

Shades of Resolution Blue #253684

Tints of Resolution Blue #253684

Color information

#253684 (or 0x253684) is unknown color: approx Resolution Blue. HEX triplet: 25, 36 and 84. RGB value is (37,54,132). Sum of RGB (Red+Green+Blue) = 37+54+132=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #253684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253684 is #DAC97B. Grayscale: #393939. Windows color (decimal): -14338428 or 8664613. OLE color: 8664613.

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

Color convert

RGB3754132-
CMYK0.720.5900.48
HSL229.26º56.21%33.14%-
HSV(B)229.26º71.97%51.76%-
XYZ6.254.722.41-
YUV57.81169.87113.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=16.59%
G=24.22%
B=59.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37541320.720.5900.48229.2656.2133.14
Hex253684483B030e53821
Octal4566204110730603457041
Binary100101110110100001001001000111011011000011100101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253684; }

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

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

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

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

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

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

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

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