#344875

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

Shades of Resolution Blue #344875

Tints of Resolution Blue #344875

Color information

#344875 (or 0x344875) is unknown color: approx Resolution Blue. HEX triplet: 34, 48 and 75. RGB value is (52,72,117). Sum of RGB (Red+Green+Blue) = 52+72+117=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #344875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344875 is #CBB78A. Grayscale: #464646. Windows color (decimal): -13350795 or 7686196. OLE color: 7686196.

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

Color convert

RGB5272117-
CMYK0.560.3800.54
HSL221.54º38.46%33.14%-
HSV(B)221.54º55.56%45.88%-
XYZ6.946.6517.75-
YUV71.15153.87114.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=21.58%
G=29.88%
B=48.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52721170.560.3800.54221.5438.4633.14
Hex3448753826036de2621
Octal6411016570460663364641
Binary11010010010001110101111000100110011011011011110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344875; }

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

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

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

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

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

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

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

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