#304571

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

Shades of Resolution Blue #304571

Tints of Resolution Blue #304571

Color information

#304571 (or 0x304571) is unknown color: approx Resolution Blue. HEX triplet: 30, 45 and 71. RGB value is (48,69,113). Sum of RGB (Red+Green+Blue) = 48+69+113=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #304571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304571 is #CFBA8E. Grayscale: #434343. Windows color (decimal): -13613711 or 7423280. OLE color: 7423280.

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

Color convert

RGB4869113-
CMYK0.580.3900.56
HSL220.62º40.37%31.57%-
HSV(B)220.62º57.52%44.31%-
XYZ6.336.0816.46-
YUV67.74153.54113.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=20.87%
G=30%
B=49.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48691130.580.3900.56220.6240.3731.57
Hex3045713A27038dd2820
Octal6010516172470703355040
Binary11000010001011110001111010100111011100011011101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304571; }

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

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

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

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

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

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

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

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