#303D7F

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

Shades of Resolution Blue #303D7F

Tints of Resolution Blue #303D7F

Color information

#303D7F (or 0x303D7F) is unknown color: approx Resolution Blue. HEX triplet: 30, 3D and 7F. RGB value is (48,61,127). Sum of RGB (Red+Green+Blue) = 48+61+127=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #303D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D7F is #CFC280. Grayscale: #404040. Windows color (decimal): -13615745 or 8338736. OLE color: 8338736.

HSL color Cylindrical-coordinate representation of color #303D7F: hue angle of 230.13º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #303D7F is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4861127-
CMYK0.620.5200.50
HSL230.13º45.14%34.31%-
HSV(B)230.13º62.2%49.8%-
XYZ6.725.520.79-
YUV64.64163.19116.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 61 (24.22% from 255) = 25.85%
BLUE value IS 127 (50% from 255) = 53.81%
R=20.34%
G=25.85%
B=53.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48611270.620.5200.50230.1345.1434.31
Hex303D7F3E34032e62d22
Octal607517776640623465542
Binary1100001111011111111111110110100011001011100110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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