#334075

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

Shades of Resolution Blue #334075

Tints of Resolution Blue #334075

Color information

#334075 (or 0x334075) is unknown color: approx Resolution Blue. HEX triplet: 33, 40 and 75. RGB value is (51,64,117). Sum of RGB (Red+Green+Blue) = 51+64+117=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #334075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334075 is #CCBF8A. Grayscale: #414141. Windows color (decimal): -13418379 or 7684147. OLE color: 7684147.

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

Color convert

RGB5164117-
CMYK0.560.4500.54
HSL228.18º39.29%32.94%-
HSV(B)228.18º56.41%45.88%-
XYZ6.415.6517.58-
YUV66.16156.69117.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=21.98%
G=27.59%
B=50.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51641170.560.4500.54228.1839.2932.94
Hex334075382D036e42721
Octal6310016570550663444741
Binary11001110000001110101111000101101011011011100100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334075; }

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

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

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

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

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

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

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

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