#344476

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

Shades of Resolution Blue #344476

Tints of Resolution Blue #344476

Color information

#344476 (or 0x344476) is unknown color: approx Resolution Blue. HEX triplet: 34, 44 and 76. RGB value is (52,68,118). Sum of RGB (Red+Green+Blue) = 52+68+118=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #344476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344476 is #CBBB89. Grayscale: #444444. Windows color (decimal): -13351818 or 7750708. OLE color: 7750708.

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

Color convert

RGB5268118-
CMYK0.560.4200.54
HSL225.45º38.82%33.33%-
HSV(B)225.45º55.93%46.27%-
XYZ6.756.1717.97-
YUV68.92155.7115.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=21.85%
G=28.57%
B=49.58%

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
Decimal52681180.560.4200.54225.4538.8233.33
Hex344476382A036e12721
Octal6410416670520663414741
Binary11010010001001110110111000101010011011011100001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344476; }

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

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

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

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

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

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

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

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