#344475

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

Shades of Resolution Blue #344475

Tints of Resolution Blue #344475

Color information

#344475 (or 0x344475) is unknown color: approx Resolution Blue. HEX triplet: 34, 44 and 75. RGB value is (52,68,117). Sum of RGB (Red+Green+Blue) = 52+68+117=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #344475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344475 is #CBBB8A. Grayscale: #444444. Windows color (decimal): -13351819 or 7685172. OLE color: 7685172.

HSL color Cylindrical-coordinate representation of color #344475: hue angle of 225.23º 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 #344475 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5268117-
CMYK0.560.4200.54
HSL225.23º38.46%33.14%-
HSV(B)225.23º55.56%45.88%-
XYZ6.696.1517.66-
YUV68.8155.2116.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=21.94%
G=28.69%
B=49.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52681170.560.4200.54225.2338.4633.14
Hex344475382A036e12621
Octal6410416570520663414641
Binary11010010001001110101111000101010011011011100001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344475; }

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

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

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

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

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

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

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

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