#304172

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

Shades of Resolution Blue #304172

Tints of Resolution Blue #304172

Color information

#304172 (or 0x304172) is unknown color: approx Resolution Blue. HEX triplet: 30, 41 and 72. RGB value is (48,65,114). Sum of RGB (Red+Green+Blue) = 48+65+114=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #304172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304172 is #CFBE8D. Grayscale: #414141. Windows color (decimal): -13614734 or 7487792. OLE color: 7487792.

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

Color convert

RGB4865114-
CMYK0.580.4300.55
HSL224.55º40.74%31.76%-
HSV(B)224.55º57.89%44.71%-
XYZ6.155.6216.68-
YUV65.5155.37115.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=21.15%
G=28.63%
B=50.22%

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
Decimal48651140.580.4300.55224.5540.7431.76
Hex3041723A2B037e12920
Octal6010116272530673415140
Binary11000010000011110010111010101011011011111100001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304172; }

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

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

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

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

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

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

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

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