#334975

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

Shades of Resolution Blue #334975

Tints of Resolution Blue #334975

Color information

#334975 (or 0x334975) is unknown color: approx Resolution Blue. HEX triplet: 33, 49 and 75. RGB value is (51,73,117). Sum of RGB (Red+Green+Blue) = 51+73+117=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #334975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334975 is #CCB68A. Grayscale: #474747. Windows color (decimal): -13416075 or 7686451. OLE color: 7686451.

HSL color Cylindrical-coordinate representation of color #334975: hue angle of 220º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334975 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5173117-
CMYK0.560.3800.54
HSL220º39.29%32.94%-
HSV(B)220º56.41%45.88%-
XYZ6.966.7517.77-
YUV71.44153.71113.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=21.16%
G=30.29%
B=48.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51731170.560.3800.5422039.2932.94
Hex3349753826036dc2721
Octal6311116570460663344741
Binary11001110010011110101111000100110011011011011100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334975; }

 p { color: rgb(51,73,117); }

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

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

 a { background-color: rgb(51,73,117); }

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

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

 span { border-color: rgb(51,73,117); }

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