#34447C

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

Shades of Resolution Blue #34447C

Tints of Resolution Blue #34447C

Color information

#34447C (or 0x34447C) is unknown color: approx Resolution Blue. HEX triplet: 34, 44 and 7C. RGB value is (52,68,124). Sum of RGB (Red+Green+Blue) = 52+68+124=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #34447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34447C is #CBBB83. Grayscale: #454545. Windows color (decimal): -13351812 or 8143924. OLE color: 8143924.

HSL color Cylindrical-coordinate representation of color #34447C: hue angle of 226.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34447C is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5268124-
CMYK0.580.4500.51
HSL226.67º40.91%34.51%-
HSV(B)226.67º58.06%48.63%-
XYZ7.126.3219.91-
YUV69.6158.7115.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=21.31%
G=27.87%
B=50.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52681240.580.4500.51226.6740.9134.51
Hex34447C3A2D033e32923
Octal6410417472550633435143
Binary11010010001001111100111010101101011001111100011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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