#30476e

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

Shades of Resolution Blue #30476E

Tints of Resolution Blue #30476E

Color information

#30476E (or 0x30476E) is unknown color: approx Resolution Blue. HEX triplet: 30, 47 and 6E. RGB value is (48,71,110). Sum of RGB (Red+Green+Blue) = 48+71+110=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #30476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30476E is #CFB891. Grayscale: #444444. Windows color (decimal): -13613202 or 7227184. OLE color: 7227184.

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

Color convert

RGB4871110-
CMYK0.560.3500.57
HSL217.74º39.24%30.98%-
HSV(B)217.74º56.36%43.14%-
XYZ6.296.2615.63-
YUV68.57151.38113.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=20.96%
G=31.00%
B=48.03%

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
Decimal48711100.560.3500.57217.7439.2430.98
Hex30476E3823039da271f
Octal6010715670430713324737
Binary1100001000111110111011100010001101110011101101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30476e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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