#304278

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

Shades of Resolution Blue #304278

Tints of Resolution Blue #304278

Color information

#304278 (or 0x304278) is unknown color: approx Resolution Blue. HEX triplet: 30, 42 and 78. RGB value is (48,66,120). Sum of RGB (Red+Green+Blue) = 48+66+120=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #304278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304278 is #CFBD87. Grayscale: #424242. Windows color (decimal): -13614472 or 7881264. OLE color: 7881264.

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

Color convert

RGB4866120-
CMYK0.600.4500.53
HSL225º42.86%32.94%-
HSV(B)225º60%47.06%-
XYZ6.565.8818.56-
YUV66.77158.04114.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=20.51%
G=28.21%
B=51.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48661200.600.4500.5322542.8632.94
Hex3042783C2D035e12b21
Octal6010217074550653415341
Binary11000010000101111000111100101101011010111100001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304278; }

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

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

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

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

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

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

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

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