#344277

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

Shades of Resolution Blue #344277

Tints of Resolution Blue #344277

Color information

#344277 (or 0x344277) is unknown color: approx Resolution Blue. HEX triplet: 34, 42 and 77. RGB value is (52,66,119). Sum of RGB (Red+Green+Blue) = 52+66+119=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #344277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344277 is #CBBD88. Grayscale: #434343. Windows color (decimal): -13352329 or 7815732. OLE color: 7815732.

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

Color convert

RGB5266119-
CMYK0.560.4500.53
HSL227.46º39.18%33.53%-
HSV(B)227.46º56.3%46.67%-
XYZ6.695.9618.25-
YUV67.86156.86116.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=21.94%
G=27.85%
B=50.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52661190.560.4500.53227.4639.1833.53
Hex344277382D035e32722
Octal6410216770550653434742
Binary11010010000101110111111000101101011010111100011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344277; }

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

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

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

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

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

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

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

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