#253974

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

Shades of Resolution Blue #253974

Tints of Resolution Blue #253974

Color information

#253974 (or 0x253974) is unknown color: approx Resolution Blue. HEX triplet: 25, 39 and 74. RGB value is (37,57,116). Sum of RGB (Red+Green+Blue) = 37+57+116=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #253974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253974 is #DAC68B. Grayscale: #393939. Windows color (decimal): -14337676 or 7616805. OLE color: 7616805.

HSL color Cylindrical-coordinate representation of color #253974: hue angle of 224.81º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253974 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3757116-
CMYK0.680.5100.55
HSL224.81º51.63%30%-
HSV(B)224.81º68.1%45.49%-
XYZ5.384.5817.12-
YUV57.75160.87113.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 116 (45.70% from 255) = 55.24%
R=17.62%
G=27.14%
B=55.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37571160.680.5100.55224.8151.6330
Hex2539744433037e1341e
Octal4571164104630673416436
Binary1001011110011110100100010011001101101111110000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253974; }

 p { color: rgb(37,57,116); }

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

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

 a { background-color: rgb(37,57,116); }

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

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

 span { border-color: rgb(37,57,116); }

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