#303B77

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

Shades of Resolution Blue #303B77

Tints of Resolution Blue #303B77

Color information

#303B77 (or 0x303B77) is unknown color: approx Resolution Blue. HEX triplet: 30, 3B and 77. RGB value is (48,59,119). Sum of RGB (Red+Green+Blue) = 48+59+119=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #303B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B77 is #CFC488. Grayscale: #3E3E3E. Windows color (decimal): -13616265 or 7813936. OLE color: 7813936.

HSL color Cylindrical-coordinate representation of color #303B77: hue angle of 230.7º 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 #303B77 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4859119-
CMYK0.600.5000.53
HSL230.7º42.51%32.75%-
HSV(B)230.7º59.66%46.67%-
XYZ6.115.0918.11-
YUV62.55159.86117.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 59 (23.44% from 255) = 26.11%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=21.24%
G=26.11%
B=52.65%

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
Decimal48591190.600.5000.53230.742.5132.75
Hex303B773C32035e72b21
Octal607316774620653475341
Binary1100001110111110111111100110010011010111100111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,59,119); }

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

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

 a { background-color: rgb(48,59,119); }

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

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

 span { border-color: rgb(48,59,119); }

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