#253884

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

Shades of Resolution Blue #253884

Tints of Resolution Blue #253884

Color information

#253884 (or 0x253884) is unknown color: approx Resolution Blue. HEX triplet: 25, 38 and 84. RGB value is (37,56,132). Sum of RGB (Red+Green+Blue) = 37+56+132=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #253884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253884 is #DAC77B. Grayscale: #3A3A3A. Windows color (decimal): -14337916 or 8665125. OLE color: 8665125.

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

Color convert

RGB3756132-
CMYK0.720.5800.48
HSL228º56.21%33.14%-
HSV(B)228º71.97%51.76%-
XYZ6.344.8922.44-
YUV58.98169.21112.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=16.44%
G=24.89%
B=58.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37561320.720.5800.4822856.2133.14
Hex253884483A030e43821
Octal4570204110720603447041
Binary100101111000100001001001000111010011000011100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253884; }

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

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

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

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

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

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

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

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