#34466E

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

Shades of Resolution Blue #34466E

Tints of Resolution Blue #34466E

Color information

#34466E (or 0x34466E) is unknown color: approx Resolution Blue. HEX triplet: 34, 46 and 6E. RGB value is (52,70,110). Sum of RGB (Red+Green+Blue) = 52+70+110=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #34466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34466E is #CBB991. Grayscale: #454545. Windows color (decimal): -13351314 or 7226932. OLE color: 7226932.

HSL color Cylindrical-coordinate representation of color #34466E: hue angle of 221.38º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34466E is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5270110-
CMYK0.530.3600.57
HSL221.38º35.8%31.76%-
HSV(B)221.38º52.73%43.14%-
XYZ6.426.2415.62-
YUV69.18151.04115.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=22.41%
G=30.17%
B=47.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52701100.530.3600.57221.3835.831.76
Hex34466E3524039dd2420
Octal6410615665440713354440
Binary11010010001101101110110101100100011100111011101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34466E; }

 p { color: rgb(52,70,110); }

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

<style>
 a { background-color: #34466E; }

 a { background-color: rgb(52,70,110); }

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

<style>
 span { border-color: #34466E; }

 span { border-color: rgb(52,70,110); }

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