#254378

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

Shades of Resolution Blue #254378

Tints of Resolution Blue #254378

Color information

#254378 (or 0x254378) is unknown color: approx Resolution Blue. HEX triplet: 25, 43 and 78. RGB value is (37,67,120). Sum of RGB (Red+Green+Blue) = 37+67+120=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #254378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254378 is #DABC87. Grayscale: #3F3F3F. Windows color (decimal): -14335112 or 7881509. OLE color: 7881509.

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

Color convert

RGB3767120-
CMYK0.690.4400.53
HSL218.31º52.87%30.78%-
HSV(B)218.31º69.17%47.06%-
XYZ6.165.7618.56-
YUV64.07159.56108.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=16.52%
G=29.91%
B=53.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37671200.690.4400.53218.3152.8730.78
Hex254378452C035da351f
Octal45103170105540653326537
Binary10010110000111111000100010110110001101011101101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254378; }

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

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

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

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

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

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

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

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