#303D77

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

Shades of Resolution Blue #303D77

Tints of Resolution Blue #303D77

Color information

#303D77 (or 0x303D77) is unknown color: approx Resolution Blue. HEX triplet: 30, 3D and 77. RGB value is (48,61,119). Sum of RGB (Red+Green+Blue) = 48+61+119=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #303D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D77 is #CFC288. Grayscale: #3F3F3F. Windows color (decimal): -13615753 or 7814448. OLE color: 7814448.

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

Color convert

RGB4861119-
CMYK0.600.4900.53
HSL229.01º42.51%32.75%-
HSV(B)229.01º59.66%46.67%-
XYZ6.225.318.15-
YUV63.72159.19116.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=21.05%
G=26.75%
B=52.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48611190.600.4900.53229.0142.5132.75
Hex303D773C31035e52b21
Octal607516774610653455341
Binary1100001111011110111111100110001011010111100101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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