#334275

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

Shades of Resolution Blue #334275

Tints of Resolution Blue #334275

Color information

#334275 (or 0x334275) is unknown color: approx Resolution Blue. HEX triplet: 33, 42 and 75. RGB value is (51,66,117). Sum of RGB (Red+Green+Blue) = 51+66+117=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #334275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334275 is #CCBD8A. Grayscale: #434343. Windows color (decimal): -13417867 or 7684659. OLE color: 7684659.

HSL color Cylindrical-coordinate representation of color #334275: hue angle of 226.36º 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 #334275 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5166117-
CMYK0.560.4400.54
HSL226.36º39.29%32.94%-
HSV(B)226.36º56.41%45.88%-
XYZ6.525.8817.62-
YUV67.33156.03116.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 117 (46.09% from 255) = 50%
R=21.79%
G=28.21%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51661170.560.4400.54226.3639.2932.94
Hex334275382C036e22721
Octal6310216570540663424741
Binary11001110000101110101111000101100011011011100010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334275; }

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

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

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

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

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

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

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

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