#30476D

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

Shades of Resolution Blue #30476D

Tints of Resolution Blue #30476D

Color information

#30476D (or 0x30476D) is unknown color: approx Resolution Blue. HEX triplet: 30, 47 and 6D. RGB value is (48,71,109). Sum of RGB (Red+Green+Blue) = 48+71+109=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #30476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30476D is #CFB892. Grayscale: #444444. Windows color (decimal): -13613203 or 7161648. OLE color: 7161648.

HSL color Cylindrical-coordinate representation of color #30476D: hue angle of 217.38º 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 #30476D is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4871109-
CMYK0.560.3500.57
HSL217.38º38.85%30.78%-
HSV(B)217.38º55.96%42.75%-
XYZ6.236.2415.34-
YUV68.46150.88113.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=21.05%
G=31.14%
B=47.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48711090.560.3500.57217.3838.8530.78
Hex30476D3823039d9271f
Octal6010715570430713314737
Binary1100001000111110110111100010001101110011101100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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