#304070

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

Shades of Resolution Blue #304070

Tints of Resolution Blue #304070

Color information

#304070 (or 0x304070) is unknown color: approx Resolution Blue. HEX triplet: 30, 40 and 70. RGB value is (48,64,112). Sum of RGB (Red+Green+Blue) = 48+64+112=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #304070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304070 is #CFBF8F. Grayscale: #404040. Windows color (decimal): -13614992 or 7356464. OLE color: 7356464.

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

Color convert

RGB4864112-
CMYK0.570.4300.56
HSL225º40%31.37%-
HSV(B)225º57.14%43.92%-
XYZ5.985.4716.07-
YUV64.69154.7116.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 112 (44.14% from 255) = 50%
R=21.43%
G=28.57%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48641120.570.4300.562254031.37
Hex304070392B038e1281f
Octal6010016071530703415037
Binary1100001000000111000011100110101101110001110000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304070; }

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

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

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

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

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

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

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

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