#334382

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

Shades of Resolution Blue #334382

Tints of Resolution Blue #334382

Color information

#334382 (or 0x334382) is unknown color: approx Resolution Blue. HEX triplet: 33, 43 and 82. RGB value is (51,67,130). Sum of RGB (Red+Green+Blue) = 51+67+130=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #334382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334382 is #CCBC7D. Grayscale: #454545. Windows color (decimal): -13417598 or 8536883. OLE color: 8536883.

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

Color convert

RGB5167130-
CMYK0.610.4800.49
HSL227.85º43.65%35.49%-
HSV(B)227.85º60.77%50.98%-
XYZ7.46.3321.95-
YUV69.4162.2114.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=20.56%
G=27.02%
B=52.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51671300.610.4800.49227.8543.6535.49
Hex3343823D30031e42c23
Octal6310320275600613445443
Binary110011100001110000010111101110000011000111100100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334382; }

 p { color: rgb(51,67,130); }

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

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

 a { background-color: rgb(51,67,130); }

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

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

 span { border-color: rgb(51,67,130); }

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