#344281

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

Shades of Resolution Blue #344281

Tints of Resolution Blue #344281

Color information

#344281 (or 0x344281) is unknown color: approx Resolution Blue. HEX triplet: 34, 42 and 81. RGB value is (52,66,129). Sum of RGB (Red+Green+Blue) = 52+66+129=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #344281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344281 is #CBBD7E. Grayscale: #444444. Windows color (decimal): -13352319 or 8471092. OLE color: 8471092.

HSL color Cylindrical-coordinate representation of color #344281: hue angle of 229.09º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #344281 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5266129-
CMYK0.600.4900.49
HSL229.09º42.54%35.49%-
HSV(B)229.09º59.69%50.59%-
XYZ7.336.2121.58-
YUV69161.86115.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 129 (50.78% from 255) = 52.23%
R=21.05%
G=26.72%
B=52.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52661290.600.4900.49229.0942.5435.49
Hex3442813C31031e52b23
Octal6410220174610613455343
Binary110100100001010000001111100110001011000111100101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344281; }

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

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

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

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

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

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

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

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