#334872

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

Shades of Resolution Blue #334872

Tints of Resolution Blue #334872

Color information

#334872 (or 0x334872) is unknown color: approx Resolution Blue. HEX triplet: 33, 48 and 72. RGB value is (51,72,114). Sum of RGB (Red+Green+Blue) = 51+72+114=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #334872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334872 is #CCB78D. Grayscale: #464646. Windows color (decimal): -13416334 or 7489587. OLE color: 7489587.

HSL color Cylindrical-coordinate representation of color #334872: hue angle of 220º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334872 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5172114-
CMYK0.550.3700.55
HSL220º38.18%32.35%-
HSV(B)220º55.26%44.71%-
XYZ6.726.5516.83-
YUV70.51152.54114.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=21.52%
G=30.38%
B=48.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51721140.550.3700.5522038.1832.35
Hex3348723725037dc2620
Octal6311016267450673344640
Binary11001110010001110010110111100101011011111011100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334872; }

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

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

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

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

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

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

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

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