#334474

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

Shades of Resolution Blue #334474

Tints of Resolution Blue #334474

Color information

#334474 (or 0x334474) is unknown color: approx Resolution Blue. HEX triplet: 33, 44 and 74. RGB value is (51,68,116). Sum of RGB (Red+Green+Blue) = 51+68+116=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #334474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334474 is #CCBB8B. Grayscale: #444444. Windows color (decimal): -13417356 or 7619635. OLE color: 7619635.

HSL color Cylindrical-coordinate representation of color #334474: hue angle of 224.31º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334474 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5168116-
CMYK0.560.4100.55
HSL224.31º38.92%32.75%-
HSV(B)224.31º56.03%45.49%-
XYZ6.586.117.35-
YUV68.39154.87115.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 116 (45.70% from 255) = 49.36%
R=21.70%
G=28.94%
B=49.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51681160.560.4100.55224.3138.9232.75
Hex3344743829037e02721
Octal6310416470510673404741
Binary11001110001001110100111000101001011011111100000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334474; }

 p { color: rgb(51,68,116); }

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

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

 a { background-color: rgb(51,68,116); }

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

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

 span { border-color: rgb(51,68,116); }

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