#304670

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

Shades of Resolution Blue #304670

Tints of Resolution Blue #304670

Color information

#304670 (or 0x304670) is unknown color: approx Resolution Blue. HEX triplet: 30, 46 and 70. RGB value is (48,70,112). Sum of RGB (Red+Green+Blue) = 48+70+112=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #304670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304670 is #CFB98F. Grayscale: #444444. Windows color (decimal): -13613456 or 7358000. OLE color: 7358000.

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

Color convert

RGB4870112-
CMYK0.570.3800.56
HSL219.38º40%31.37%-
HSV(B)219.38º57.14%43.92%-
XYZ6.336.1816.19-
YUV68.21152.71113.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=20.87%
G=30.43%
B=48.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48701120.570.3800.56219.384031.37
Hex3046703926038db281f
Octal6010616071460703335037
Binary1100001000110111000011100110011001110001101101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304670; }

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

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

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

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

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

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

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

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