#303D79

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

Shades of Resolution Blue #303D79

Tints of Resolution Blue #303D79

Color information

#303D79 (or 0x303D79) is unknown color: approx Resolution Blue. HEX triplet: 30, 3D and 79. RGB value is (48,61,121). Sum of RGB (Red+Green+Blue) = 48+61+121=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #303D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D79 is #CFC286. Grayscale: #3F3F3F. Windows color (decimal): -13615751 or 7945520. OLE color: 7945520.

HSL color Cylindrical-coordinate representation of color #303D79: hue angle of 229.32º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #303D79 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4861121-
CMYK0.600.5000.53
HSL229.32º43.2%33.14%-
HSV(B)229.32º60.33%47.45%-
XYZ6.345.3518.79-
YUV63.95160.19116.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=20.87%
G=26.52%
B=52.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48611210.600.5000.53229.3243.233.14
Hex303D793C32035e52b21
Octal607517174620653455341
Binary1100001111011111001111100110010011010111100101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,61,121); }

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

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

 a { background-color: rgb(48,61,121); }

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

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

 span { border-color: rgb(48,61,121); }

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