#334877

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

Shades of Resolution Blue #334877

Tints of Resolution Blue #334877

Color information

#334877 (or 0x334877) is unknown color: approx Resolution Blue. HEX triplet: 33, 48 and 77. RGB value is (51,72,119). Sum of RGB (Red+Green+Blue) = 51+72+119=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #334877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334877 is #CCB788. Grayscale: #464646. Windows color (decimal): -13416329 or 7817267. OLE color: 7817267.

HSL color Cylindrical-coordinate representation of color #334877: hue angle of 221.47º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334877 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5172119-
CMYK0.570.3900.53
HSL221.47º40%33.33%-
HSV(B)221.47º57.14%46.67%-
XYZ7.016.6718.37-
YUV71.08155.04113.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=21.07%
G=29.75%
B=49.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51721190.570.3900.53221.474033.33
Hex3348773927035dd2821
Octal6311016771470653355041
Binary11001110010001110111111001100111011010111011101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334877; }

 p { color: rgb(51,72,119); }

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

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

 a { background-color: rgb(51,72,119); }

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

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

 span { border-color: rgb(51,72,119); }

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