#334081

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

Shades of Resolution Blue #334081

Tints of Resolution Blue #334081

Color information

#334081 (or 0x334081) is unknown color: approx Resolution Blue. HEX triplet: 33, 40 and 81. RGB value is (51,64,129). Sum of RGB (Red+Green+Blue) = 51+64+129=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #334081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334081 is #CCBF7E. Grayscale: #434343. Windows color (decimal): -13418367 or 8470579. OLE color: 8470579.

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

Color convert

RGB5164129-
CMYK0.600.5000.49
HSL230º43.33%35.29%-
HSV(B)230º60.47%50.59%-
XYZ7.165.9621.54-
YUV67.52162.69116.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 129 (50.78% from 255) = 52.87%
R=20.90%
G=26.23%
B=52.87%

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
Decimal51641290.600.5000.4923043.3335.29
Hex3340813C32031e62b23
Octal6310020174620613465343
Binary110011100000010000001111100110010011000111100110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334081; }

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

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

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

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

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

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

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

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