#304078

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

Shades of Resolution Blue #304078

Tints of Resolution Blue #304078

Color information

#304078 (or 0x304078) is unknown color: approx Resolution Blue. HEX triplet: 30, 40 and 78. RGB value is (48,64,120). Sum of RGB (Red+Green+Blue) = 48+64+120=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #304078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304078 is #CFBF87. Grayscale: #414141. Windows color (decimal): -13614984 or 7880752. OLE color: 7880752.

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

Color convert

RGB4864120-
CMYK0.600.4700.53
HSL226.67º42.86%32.94%-
HSV(B)226.67º60%47.06%-
XYZ6.445.6518.52-
YUV65.6158.7115.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=20.69%
G=27.59%
B=51.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48641200.600.4700.53226.6742.8632.94
Hex3040783C2F035e32b21
Octal6010017074570653435341
Binary11000010000001111000111100101111011010111100011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304078; }

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

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

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

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

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

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

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

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