#30466C

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

Shades of Resolution Blue #30466C

Tints of Resolution Blue #30466C

Color information

#30466C (or 0x30466C) is unknown color: approx Resolution Blue. HEX triplet: 30, 46 and 6C. RGB value is (48,70,108). Sum of RGB (Red+Green+Blue) = 48+70+108=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #30466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30466C is #CFB993. Grayscale: #434343. Windows color (decimal): -13613460 or 7095856. OLE color: 7095856.

HSL color Cylindrical-coordinate representation of color #30466C: hue angle of 218º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30466C is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4870108-
CMYK0.560.3500.58
HSL218º38.46%30.59%-
HSV(B)218º55.56%42.35%-
XYZ6.126.0915.04-
YUV67.75150.71113.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=21.24%
G=30.97%
B=47.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48701080.560.3500.5821838.4630.59
Hex30466C382303Ada261f
Octal6010615470430723324637
Binary1100001000110110110011100010001101110101101101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30466C; }

 p { color: rgb(48,70,108); }

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

<style>
 a { background-color: #30466C; }

 a { background-color: rgb(48,70,108); }

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

<style>
 span { border-color: #30466C; }

 span { border-color: rgb(48,70,108); }

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