#334481

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

Shades of Resolution Blue #334481

Tints of Resolution Blue #334481

Color information

#334481 (or 0x334481) is unknown color: approx Resolution Blue. HEX triplet: 33, 44 and 81. RGB value is (51,68,129). Sum of RGB (Red+Green+Blue) = 51+68+129=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #334481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334481 is #CCBB7E. Grayscale: #454545. Windows color (decimal): -13417343 or 8471603. OLE color: 8471603.

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

Color convert

RGB5168129-
CMYK0.600.4700.49
HSL226.92º43.33%35.29%-
HSV(B)226.92º60.47%50.59%-
XYZ7.396.4221.62-
YUV69.87161.37114.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 129 (50.78% from 255) = 52.02%
R=20.56%
G=27.42%
B=52.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51681290.600.4700.49226.9243.3335.29
Hex3344813C2F031e32b23
Octal6310420174570613435343
Binary110011100010010000001111100101111011000111100011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334481; }

 p { color: rgb(51,68,129); }

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

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

 a { background-color: rgb(51,68,129); }

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

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

 span { border-color: rgb(51,68,129); }

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