#304273

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

Shades of Resolution Blue #304273

Tints of Resolution Blue #304273

Color information

#304273 (or 0x304273) is unknown color: approx Resolution Blue. HEX triplet: 30, 42 and 73. RGB value is (48,66,115). Sum of RGB (Red+Green+Blue) = 48+66+115=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #304273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304273 is #CFBD8C. Grayscale: #414141. Windows color (decimal): -13614477 or 7553584. OLE color: 7553584.

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

Color convert

RGB4866115-
CMYK0.580.4300.55
HSL223.88º41.1%31.96%-
HSV(B)223.88º58.26%45.1%-
XYZ6.265.7617-
YUV66.2155.54115.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 115 (45.31% from 255) = 50.22%
R=20.96%
G=28.82%
B=50.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48661150.580.4300.55223.8841.131.96
Hex3042733A2B037e02920
Octal6010216372530673405140
Binary11000010000101110011111010101011011011111100000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304273; }

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

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

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

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

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

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

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

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