#304770

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

Shades of Resolution Blue #304770

Tints of Resolution Blue #304770

Color information

#304770 (or 0x304770) is unknown color: approx Resolution Blue. HEX triplet: 30, 47 and 70. RGB value is (48,71,112). Sum of RGB (Red+Green+Blue) = 48+71+112=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #304770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304770 is #CFB88F. Grayscale: #444444. Windows color (decimal): -13613200 or 7358256. OLE color: 7358256.

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

Color convert

RGB4871112-
CMYK0.570.3700.56
HSL218.44º40%31.37%-
HSV(B)218.44º57.14%43.92%-
XYZ6.46.316.21-
YUV68.8152.38113.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=20.78%
G=30.74%
B=48.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48711120.570.3700.56218.444031.37
Hex3047703925038da281f
Octal6010716071450703325037
Binary1100001000111111000011100110010101110001101101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304770; }

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

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

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

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

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

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

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

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