#344181

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

Shades of Resolution Blue #344181

Tints of Resolution Blue #344181

Color information

#344181 (or 0x344181) is unknown color: approx Resolution Blue. HEX triplet: 34, 41 and 81. RGB value is (52,65,129). Sum of RGB (Red+Green+Blue) = 52+65+129=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #344181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344181 is #CBBE7E. Grayscale: #444444. Windows color (decimal): -13352575 or 8470836. OLE color: 8470836.

HSL color Cylindrical-coordinate representation of color #344181: hue angle of 229.87º 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 #344181 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5265129-
CMYK0.600.5000.49
HSL229.87º42.54%35.49%-
HSV(B)229.87º59.69%50.59%-
XYZ7.276.121.56-
YUV68.41162.19116.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=21.14%
G=26.42%
B=52.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52651290.600.5000.49229.8742.5435.49
Hex3441813C32031e62b23
Octal6410120174620613465343
Binary110100100000110000001111100110010011000111100110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344181; }

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

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

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

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

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

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

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

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