#344377

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

Shades of Resolution Blue #344377

Tints of Resolution Blue #344377

Color information

#344377 (or 0x344377) is unknown color: approx Resolution Blue. HEX triplet: 34, 43 and 77. RGB value is (52,67,119). Sum of RGB (Red+Green+Blue) = 52+67+119=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #344377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344377 is #CBBC88. Grayscale: #444444. Windows color (decimal): -13352073 or 7815988. OLE color: 7815988.

HSL color Cylindrical-coordinate representation of color #344377: hue angle of 226.57º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344377 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5267119-
CMYK0.560.4400.53
HSL226.57º39.18%33.53%-
HSV(B)226.57º56.3%46.67%-
XYZ6.756.0818.27-
YUV68.44156.53116.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 119 (46.88% from 255) = 50%
R=21.85%
G=28.15%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52671190.560.4400.53226.5739.1833.53
Hex344377382C035e32722
Octal6410316770540653434742
Binary11010010000111110111111000101100011010111100011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344377; }

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

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

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

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

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

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

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

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