#304373

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

Shades of Resolution Blue #304373

Tints of Resolution Blue #304373

Color information

#304373 (or 0x304373) is unknown color: approx Resolution Blue. HEX triplet: 30, 43 and 73. RGB value is (48,67,115). Sum of RGB (Red+Green+Blue) = 48+67+115=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #304373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304373 is #CFBC8C. Grayscale: #424242. Windows color (decimal): -13614221 or 7553840. OLE color: 7553840.

HSL color Cylindrical-coordinate representation of color #304373: hue angle of 222.99º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304373 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4867115-
CMYK0.580.4200.55
HSL222.99º41.1%31.96%-
HSV(B)222.99º58.26%45.1%-
XYZ6.325.8817.02-
YUV66.79155.21114.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 115 (45.31% from 255) = 50%
R=20.87%
G=29.13%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48671150.580.4200.55222.9941.131.96
Hex3043733A2A037df2920
Octal6010316372520673375140
Binary11000010000111110011111010101010011011111011111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304373; }

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

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

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

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

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

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

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

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