#253878

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

Shades of Resolution Blue #253878

Tints of Resolution Blue #253878

Color information

#253878 (or 0x253878) is unknown color: approx Resolution Blue. HEX triplet: 25, 38 and 78. RGB value is (37,56,120). Sum of RGB (Red+Green+Blue) = 37+56+120=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #253878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253878 is #DAC787. Grayscale: #393939. Windows color (decimal): -14337928 or 7878693. OLE color: 7878693.

HSL color Cylindrical-coordinate representation of color #253878: hue angle of 226.27º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253878 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3756120-
CMYK0.690.5300.53
HSL226.27º52.87%30.78%-
HSV(B)226.27º69.17%47.06%-
XYZ5.574.5818.36-
YUV57.62163.21113.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=17.37%
G=26.29%
B=56.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37561200.690.5300.53226.2752.8730.78
Hex2538784535035e2351f
Octal4570170105650653426537
Binary1001011110001111000100010111010101101011110001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253878; }

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

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

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

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

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

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

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

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