#334182

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

Shades of Resolution Blue #334182

Tints of Resolution Blue #334182

Color information

#334182 (or 0x334182) is unknown color: approx Resolution Blue. HEX triplet: 33, 41 and 82. RGB value is (51,65,130). Sum of RGB (Red+Green+Blue) = 51+65+130=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #334182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334182 is #CCBE7D. Grayscale: #434343. Windows color (decimal): -13418110 or 8536371. OLE color: 8536371.

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

Color convert

RGB5165130-
CMYK0.610.5000.49
HSL229.37º43.65%35.49%-
HSV(B)229.37º60.77%50.98%-
XYZ7.286.121.91-
YUV68.22162.86115.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=20.73%
G=26.42%
B=52.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51651300.610.5000.49229.3743.6535.49
Hex3341823D32031e52c23
Octal6310120275620613455443
Binary110011100000110000010111101110010011000111100101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334182; }

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

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

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

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

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

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

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

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