#303E74

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

Shades of Resolution Blue #303E74

Tints of Resolution Blue #303E74

Color information

#303E74 (or 0x303E74) is unknown color: approx Resolution Blue. HEX triplet: 30, 3E and 74. RGB value is (48,62,116). Sum of RGB (Red+Green+Blue) = 48+62+116=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #303E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E74 is #CFC18B. Grayscale: #3F3F3F. Windows color (decimal): -13615500 or 7618096. OLE color: 7618096.

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

Color convert

RGB4862116-
CMYK0.590.4700.55
HSL227.65º41.46%32.16%-
HSV(B)227.65º58.62%45.49%-
XYZ6.095.3317.23-
YUV63.97157.36116.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 116 (45.70% from 255) = 51.33%
R=21.24%
G=27.43%
B=51.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48621160.590.4700.55227.6541.4632.16
Hex303E743B2F037e42920
Octal607616473570673445140
Binary1100001111101110100111011101111011011111100100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303E74; }

 p { color: rgb(48,62,116); }

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

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

 a { background-color: rgb(48,62,116); }

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

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

 span { border-color: rgb(48,62,116); }

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