#344077

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

Shades of Resolution Blue #344077

Tints of Resolution Blue #344077

Color information

#344077 (or 0x344077) is unknown color: approx Resolution Blue. HEX triplet: 34, 40 and 77. RGB value is (52,64,119). Sum of RGB (Red+Green+Blue) = 52+64+119=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #344077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344077 is #CBBF88. Grayscale: #424242. Windows color (decimal): -13352841 or 7815220. OLE color: 7815220.

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

Color convert

RGB5264119-
CMYK0.560.4600.53
HSL229.25º39.18%33.53%-
HSV(B)229.25º56.3%46.67%-
XYZ6.585.7318.21-
YUV66.68157.52117.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=22.13%
G=27.23%
B=50.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52641190.560.4600.53229.2539.1833.53
Hex344077382E035e52722
Octal6410016770560653454742
Binary11010010000001110111111000101110011010111100101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344077; }

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

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

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

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

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

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

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

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