#254478

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

Shades of Resolution Blue #254478

Tints of Resolution Blue #254478

Color information

#254478 (or 0x254478) is unknown color: approx Resolution Blue. HEX triplet: 25, 44 and 78. RGB value is (37,68,120). Sum of RGB (Red+Green+Blue) = 37+68+120=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #254478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254478 is #DABB87. Grayscale: #404040. Windows color (decimal): -14334856 or 7881765. OLE color: 7881765.

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

Color convert

RGB3768120-
CMYK0.690.4300.53
HSL217.59º52.87%30.78%-
HSV(B)217.59º69.17%47.06%-
XYZ6.225.8818.58-
YUV64.66159.23108.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=16.44%
G=30.22%
B=53.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37681200.690.4300.53217.5952.8730.78
Hex254478452B035da351f
Octal45104170105530653326537
Binary10010110001001111000100010110101101101011101101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254478; }

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

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

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

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

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

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

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

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