#304970

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

Shades of Resolution Blue #304970

Tints of Resolution Blue #304970

Color information

#304970 (or 0x304970) is unknown color: approx Resolution Blue. HEX triplet: 30, 49 and 70. RGB value is (48,73,112). Sum of RGB (Red+Green+Blue) = 48+73+112=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #304970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304970 is #CFB68F. Grayscale: #454545. Windows color (decimal): -13612688 or 7358768. OLE color: 7358768.

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

Color convert

RGB4873112-
CMYK0.570.3500.56
HSL216.56º40%31.37%-
HSV(B)216.56º57.14%43.92%-
XYZ6.536.5616.25-
YUV69.97151.72112.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=20.60%
G=31.33%
B=48.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48731120.570.3500.56216.564031.37
Hex3049703923038d9281f
Octal6011116071430703315037
Binary1100001001001111000011100110001101110001101100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304970; }

 p { color: rgb(48,73,112); }

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

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

 a { background-color: rgb(48,73,112); }

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

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

 span { border-color: rgb(48,73,112); }

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