#304073

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

Shades of Resolution Blue #304073

Tints of Resolution Blue #304073

Color information

#304073 (or 0x304073) is unknown color: approx Resolution Blue. HEX triplet: 30, 40 and 73. RGB value is (48,64,115). Sum of RGB (Red+Green+Blue) = 48+64+115=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #304073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304073 is #CFBF8C. Grayscale: #404040. Windows color (decimal): -13614989 or 7553072. OLE color: 7553072.

HSL color Cylindrical-coordinate representation of color #304073: hue angle of 225.67º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304073 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4864115-
CMYK0.580.4400.55
HSL225.67º41.1%31.96%-
HSV(B)225.67º58.26%45.1%-
XYZ6.155.5316.96-
YUV65.03156.2115.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=21.15%
G=28.19%
B=50.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48641150.580.4400.55225.6741.131.96
Hex3040733A2C037e22920
Octal6010016372540673425140
Binary11000010000001110011111010101100011011111100010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304073; }

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

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

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

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

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

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

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

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