#344675

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

Shades of Resolution Blue #344675

Tints of Resolution Blue #344675

Color information

#344675 (or 0x344675) is unknown color: approx Resolution Blue. HEX triplet: 34, 46 and 75. RGB value is (52,70,117). Sum of RGB (Red+Green+Blue) = 52+70+117=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #344675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344675 is #CBB98A. Grayscale: #454545. Windows color (decimal): -13351307 or 7685684. OLE color: 7685684.

HSL color Cylindrical-coordinate representation of color #344675: hue angle of 223.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344675 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5270117-
CMYK0.560.4000.54
HSL223.38º38.46%33.14%-
HSV(B)223.38º55.56%45.88%-
XYZ6.826.3917.7-
YUV69.98154.54115.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=21.76%
G=29.29%
B=48.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52701170.560.4000.54223.3838.4633.14
Hex3446753828036df2621
Octal6410616570500663374641
Binary11010010001101110101111000101000011011011011111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344675; }

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

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

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

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

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

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

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

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