#30467C

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

Shades of Resolution Blue #30467C

Tints of Resolution Blue #30467C

Color information

#30467C (or 0x30467C) is unknown color: approx Resolution Blue. HEX triplet: 30, 46 and 7C. RGB value is (48,70,124). Sum of RGB (Red+Green+Blue) = 48+70+124=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #30467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30467C is #CFB983. Grayscale: #454545. Windows color (decimal): -13613444 or 8144432. OLE color: 8144432.

HSL color Cylindrical-coordinate representation of color #30467C: hue angle of 222.63º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30467C is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4870124-
CMYK0.610.4400.51
HSL222.63º44.19%33.73%-
HSV(B)222.63º61.29%48.63%-
XYZ7.056.4619.95-
YUV69.58158.71112.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=19.83%
G=28.93%
B=51.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48701240.610.4400.51222.6344.1933.73
Hex30467C3D2C033df2c22
Octal6010617475540633375442
Binary11000010001101111100111101101100011001111011111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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