#303D75

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

Shades of Resolution Blue #303D75

Tints of Resolution Blue #303D75

Color information

#303D75 (or 0x303D75) is unknown color: approx Resolution Blue. HEX triplet: 30, 3D and 75. RGB value is (48,61,117). Sum of RGB (Red+Green+Blue) = 48+61+117=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #303D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D75 is #CFC28A. Grayscale: #3F3F3F. Windows color (decimal): -13615755 or 7683376. OLE color: 7683376.

HSL color Cylindrical-coordinate representation of color #303D75: hue angle of 228.7º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303D75 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4861117-
CMYK0.590.4800.54
HSL228.7º41.82%32.35%-
HSV(B)228.7º58.97%45.88%-
XYZ6.15.2517.52-
YUV63.5158.19116.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=21.24%
G=26.99%
B=51.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48611170.590.4800.54228.741.8232.35
Hex303D753B30036e52a20
Octal607516573600663455240
Binary1100001111011110101111011110000011011011100101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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