#30447C

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

Shades of Resolution Blue #30447C

Tints of Resolution Blue #30447C

Color information

#30447C (or 0x30447C) is unknown color: approx Resolution Blue. HEX triplet: 30, 44 and 7C. RGB value is (48,68,124). Sum of RGB (Red+Green+Blue) = 48+68+124=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #30447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30447C is #CFBB83. Grayscale: #444444. Windows color (decimal): -13613956 or 8143920. OLE color: 8143920.

HSL color Cylindrical-coordinate representation of color #30447C: hue angle of 224.21º 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 #30447C is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4868124-
CMYK0.610.4500.51
HSL224.21º44.19%33.73%-
HSV(B)224.21º61.29%48.63%-
XYZ6.926.2219.9-
YUV68.4159.37113.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=20%
G=28.33%
B=51.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48681240.610.4500.51224.2144.1933.73
Hex30447C3D2D033e02c22
Octal6010417475550633405442
Binary11000010001001111100111101101101011001111100000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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