#334082

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

Shades of Resolution Blue #334082

Tints of Resolution Blue #334082

Color information

#334082 (or 0x334082) is unknown color: approx Resolution Blue. HEX triplet: 33, 40 and 82. RGB value is (51,64,130). Sum of RGB (Red+Green+Blue) = 51+64+130=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #334082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334082 is #CCBF7D. Grayscale: #434343. Windows color (decimal): -13418366 or 8536115. OLE color: 8536115.

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

Color convert

RGB5164130-
CMYK0.610.5100.49
HSL230.13º43.65%35.49%-
HSV(B)230.13º60.77%50.98%-
XYZ7.235.9821.89-
YUV67.64163.19116.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 130 (51.17% from 255) = 53.06%
R=20.82%
G=26.12%
B=53.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51641300.610.5100.49230.1343.6535.49
Hex3340823D33031e62c23
Octal6310020275630613465443
Binary110011100000010000010111101110011011000111100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334082; }

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

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

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

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

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

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

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

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