#304471

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

Shades of Resolution Blue #304471

Tints of Resolution Blue #304471

Color information

#304471 (or 0x304471) is unknown color: approx Resolution Blue. HEX triplet: 30, 44 and 71. RGB value is (48,68,113). Sum of RGB (Red+Green+Blue) = 48+68+113=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #304471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304471 is #CFBB8E. Grayscale: #424242. Windows color (decimal): -13613967 or 7423024. OLE color: 7423024.

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

Color convert

RGB4868113-
CMYK0.580.4000.56
HSL221.54º40.37%31.57%-
HSV(B)221.54º57.52%44.31%-
XYZ6.275.9516.44-
YUV67.15153.87114.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=20.96%
G=29.69%
B=49.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48681130.580.4000.56221.5440.3731.57
Hex3044713A28038de2820
Octal6010416172500703365040
Binary11000010001001110001111010101000011100011011110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304471; }

 p { color: rgb(48,68,113); }

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

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

 a { background-color: rgb(48,68,113); }

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

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

 span { border-color: rgb(48,68,113); }

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