#304578

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

Shades of Resolution Blue #304578

Tints of Resolution Blue #304578

Color information

#304578 (or 0x304578) is unknown color: approx Resolution Blue. HEX triplet: 30, 45 and 78. RGB value is (48,69,120). Sum of RGB (Red+Green+Blue) = 48+69+120=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #304578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304578 is #CFBA87. Grayscale: #444444. Windows color (decimal): -13613704 or 7882032. OLE color: 7882032.

HSL color Cylindrical-coordinate representation of color #304578: hue angle of 222.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304578 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4869120-
CMYK0.600.4200.53
HSL222.5º42.86%32.94%-
HSV(B)222.5º60%47.06%-
XYZ6.746.2418.62-
YUV68.54157.04113.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=20.25%
G=29.11%
B=50.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48691200.600.4200.53222.542.8632.94
Hex3045783C2A035de2b21
Octal6010517074520653365341
Binary11000010001011111000111100101010011010111011110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304578; }

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

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

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

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

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

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

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

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