#304173

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

Shades of Resolution Blue #304173

Tints of Resolution Blue #304173

Color information

#304173 (or 0x304173) is unknown color: approx Resolution Blue. HEX triplet: 30, 41 and 73. RGB value is (48,65,115). Sum of RGB (Red+Green+Blue) = 48+65+115=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #304173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304173 is #CFBE8C. Grayscale: #414141. Windows color (decimal): -13614733 or 7553328. OLE color: 7553328.

HSL color Cylindrical-coordinate representation of color #304173: hue angle of 224.78º 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 #304173 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4865115-
CMYK0.580.4300.55
HSL224.78º41.1%31.96%-
HSV(B)224.78º58.26%45.1%-
XYZ6.25.6516.98-
YUV65.62155.87115.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=21.05%
G=28.51%
B=50.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48651150.580.4300.55224.7841.131.96
Hex3041733A2B037e12920
Octal6010116372530673415140
Binary11000010000011110011111010101011011011111100001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304173; }

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

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

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

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

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

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

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

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