#334678

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

Shades of Resolution Blue #334678

Tints of Resolution Blue #334678

Color information

#334678 (or 0x334678) is unknown color: approx Resolution Blue. HEX triplet: 33, 46 and 78. RGB value is (51,70,120). Sum of RGB (Red+Green+Blue) = 51+70+120=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #334678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334678 is #CCB987. Grayscale: #454545. Windows color (decimal): -13416840 or 7882291. OLE color: 7882291.

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

Color convert

RGB5170120-
CMYK0.580.4200.53
HSL223.48º40.35%33.53%-
HSV(B)223.48º57.5%47.06%-
XYZ6.956.4418.65-
YUV70.02156.21114.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=21.16%
G=29.05%
B=49.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51701200.580.4200.53223.4840.3533.53
Hex3346783A2A035df2822
Octal6310617072520653375042
Binary11001110001101111000111010101010011010111011111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334678; }

 p { color: rgb(51,70,120); }

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

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

 a { background-color: rgb(51,70,120); }

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

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

 span { border-color: rgb(51,70,120); }

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