#30446D

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

Shades of Resolution Blue #30446D

Tints of Resolution Blue #30446D

Color information

#30446D (or 0x30446D) is unknown color: approx Resolution Blue. HEX triplet: 30, 44 and 6D. RGB value is (48,68,109). Sum of RGB (Red+Green+Blue) = 48+68+109=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #30446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30446D is #CFBB92. Grayscale: #424242. Windows color (decimal): -13613971 or 7160880. OLE color: 7160880.

HSL color Cylindrical-coordinate representation of color #30446D: hue angle of 220.33º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30446D is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4868109-
CMYK0.560.3800.57
HSL220.33º38.85%30.78%-
HSV(B)220.33º55.96%42.75%-
XYZ6.055.8715.28-
YUV66.69151.87114.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=21.33%
G=30.22%
B=48.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48681090.560.3800.57220.3338.8530.78
Hex30446D3826039dc271f
Octal6010415570460713344737
Binary1100001000100110110111100010011001110011101110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30446D; }

 p { color: rgb(48,68,109); }

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

<style>
 a { background-color: #30446D; }

 a { background-color: rgb(48,68,109); }

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

<style>
 span { border-color: #30446D; }

 span { border-color: rgb(48,68,109); }

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