#344373

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

Shades of Resolution Blue #344373

Tints of Resolution Blue #344373

Color information

#344373 (or 0x344373) is unknown color: approx Resolution Blue. HEX triplet: 34, 43 and 73. RGB value is (52,67,115). Sum of RGB (Red+Green+Blue) = 52+67+115=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #344373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344373 is #CBBC8C. Grayscale: #434343. Windows color (decimal): -13352077 or 7553844. OLE color: 7553844.

HSL color Cylindrical-coordinate representation of color #344373: hue angle of 225.71º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #344373 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5267115-
CMYK0.550.4200.55
HSL225.71º37.72%32.75%-
HSV(B)225.71º54.78%45.1%-
XYZ6.525.9817.03-
YUV67.99154.53116.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=22.22%
G=28.63%
B=49.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52671150.550.4200.55225.7137.7232.75
Hex344373372A037e22621
Octal6410316367520673424641
Binary11010010000111110011110111101010011011111100010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344373; }

 p { color: rgb(52,67,115); }

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

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

 a { background-color: rgb(52,67,115); }

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

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

 span { border-color: rgb(52,67,115); }

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