#334175

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

Shades of Resolution Blue #334175

Tints of Resolution Blue #334175

Color information

#334175 (or 0x334175) is unknown color: approx Resolution Blue. HEX triplet: 33, 41 and 75. RGB value is (51,65,117). Sum of RGB (Red+Green+Blue) = 51+65+117=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #334175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334175 is #CCBE8A. Grayscale: #424242. Windows color (decimal): -13418123 or 7684403. OLE color: 7684403.

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

Color convert

RGB5165117-
CMYK0.560.4400.54
HSL227.27º39.29%32.94%-
HSV(B)227.27º56.41%45.88%-
XYZ6.475.7717.6-
YUV66.74156.36116.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=21.89%
G=27.90%
B=50.21%

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
Decimal51651170.560.4400.54227.2739.2932.94
Hex334175382C036e32721
Octal6310116570540663434741
Binary11001110000011110101111000101100011011011100011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334175; }

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

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

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

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

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

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

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

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