#304370

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

Shades of Resolution Blue #304370

Tints of Resolution Blue #304370

Color information

#304370 (or 0x304370) is unknown color: approx Resolution Blue. HEX triplet: 30, 43 and 70. RGB value is (48,67,112). Sum of RGB (Red+Green+Blue) = 48+67+112=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #304370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304370 is #CFBC8F. Grayscale: #424242. Windows color (decimal): -13614224 or 7357232. OLE color: 7357232.

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

Color convert

RGB4867112-
CMYK0.570.4000.56
HSL222.19º40%31.37%-
HSV(B)222.19º57.14%43.92%-
XYZ6.155.8116.13-
YUV66.45153.71114.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=21.15%
G=29.52%
B=49.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48671120.570.4000.56222.194031.37
Hex3043703928038de281f
Octal6010316071500703365037
Binary1100001000011111000011100110100001110001101111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304370; }

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

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

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

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

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

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

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

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