#253078

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

Shades of Resolution Blue #253078

Tints of Resolution Blue #253078

Color information

#253078 (or 0x253078) is unknown color: approx Resolution Blue. HEX triplet: 25, 30 and 78. RGB value is (37,48,120). Sum of RGB (Red+Green+Blue) = 37+48+120=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #253078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253078 is #DACF87. Grayscale: #343434. Windows color (decimal): -14339976 or 7876645. OLE color: 7876645.

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

Color convert

RGB3748120-
CMYK0.690.6000.53
HSL232.05º52.87%30.78%-
HSV(B)232.05º69.17%47.06%-
XYZ5.213.8618.24-
YUV52.92165.86116.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 120 (47.27% from 255) = 58.54%
R=18.05%
G=23.41%
B=58.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37481200.690.6000.53232.0552.8730.78
Hex253078453C035e8351f
Octal4560170105740653506537
Binary1001011100001111000100010111110001101011110100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253078; }

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

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

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

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

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

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

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

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