#30416C

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

Shades of Resolution Blue #30416C

Tints of Resolution Blue #30416C

Color information

#30416C (or 0x30416C) is unknown color: approx Resolution Blue. HEX triplet: 30, 41 and 6C. RGB value is (48,65,108). Sum of RGB (Red+Green+Blue) = 48+65+108=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #30416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30416C is #CFBE93. Grayscale: #404040. Windows color (decimal): -13614740 or 7094576. OLE color: 7094576.

HSL color Cylindrical-coordinate representation of color #30416C: hue angle of 223º 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 #30416C is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4865108-
CMYK0.560.4000.58
HSL223º38.46%30.59%-
HSV(B)223º55.56%42.35%-
XYZ5.825.4914.94-
YUV64.82152.37116-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=21.72%
G=29.41%
B=48.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48651080.560.4000.5822338.4630.59
Hex30416C382803Adf261f
Octal6010115470500723374637
Binary1100001000001110110011100010100001110101101111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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