#303C78

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

Shades of Resolution Blue #303C78

Tints of Resolution Blue #303C78

Color information

#303C78 (or 0x303C78) is unknown color: approx Resolution Blue. HEX triplet: 30, 3C and 78. RGB value is (48,60,120). Sum of RGB (Red+Green+Blue) = 48+60+120=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #303C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C78 is #CFC387. Grayscale: #3F3F3F. Windows color (decimal): -13616008 or 7879728. OLE color: 7879728.

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

Color convert

RGB4860120-
CMYK0.600.500.53
HSL230º42.86%32.94%-
HSV(B)230º60%47.06%-
XYZ6.225.2218.45-
YUV63.25160.02117.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=21.05%
G=26.32%
B=52.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48601200.600.500.5323042.8632.94
Hex303C783C32035e62b21
Octal607417074620653465341
Binary1100001111001111000111100110010011010111100110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,60,120); }

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

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

 a { background-color: rgb(48,60,120); }

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

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

 span { border-color: rgb(48,60,120); }

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