#253278

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

Shades of Resolution Blue #253278

Tints of Resolution Blue #253278

Color information

#253278 (or 0x253278) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 78. RGB value is (37,50,120). Sum of RGB (Red+Green+Blue) = 37+50+120=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #253278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253278 is #DACD87. Grayscale: #353535. Windows color (decimal): -14339464 or 7877157. OLE color: 7877157.

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

Color convert

RGB3750120-
CMYK0.690.5800.53
HSL230.6º52.87%30.78%-
HSV(B)230.6º69.17%47.06%-
XYZ5.294.0318.27-
YUV54.09165.19115.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 120 (47.27% from 255) = 57.97%
R=17.87%
G=24.15%
B=57.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37501200.690.5800.53230.652.8730.78
Hex253278453A035e7351f
Octal4562170105720653476537
Binary1001011100101111000100010111101001101011110011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253278; }

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

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

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

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

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

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

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

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