#304179

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

Shades of Resolution Blue #304179

Tints of Resolution Blue #304179

Color information

#304179 (or 0x304179) is unknown color: approx Resolution Blue. HEX triplet: 30, 41 and 79. RGB value is (48,65,121). Sum of RGB (Red+Green+Blue) = 48+65+121=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #304179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304179 is #CFBE86. Grayscale: #424242. Windows color (decimal): -13614727 or 7946544. OLE color: 7946544.

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

Color convert

RGB4865121-
CMYK0.600.4600.53
HSL226.03º43.2%33.14%-
HSV(B)226.03º60.33%47.45%-
XYZ6.565.7918.86-
YUV66.3158.87114.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 121 (47.66% from 255) = 51.71%
R=20.51%
G=27.78%
B=51.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48651210.600.4600.53226.0343.233.14
Hex3041793C2E035e22b21
Octal6010117174560653425341
Binary11000010000011111001111100101110011010111100010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304179; }

 p { color: rgb(48,65,121); }

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

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

 a { background-color: rgb(48,65,121); }

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

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

 span { border-color: rgb(48,65,121); }

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