#366B78

Color #366B78 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #366B78

Tints of Bismark #366B78

Color information

#366B78 (or 0x366B78) is unknown color: approx Bismark. HEX triplet: 36, 6B and 78. RGB value is (54,107,120). Sum of RGB (Red+Green+Blue) = 54+107+120=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #366B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B78 is #C99487. Grayscale: #5C5C5C. Windows color (decimal): -13210760 or 7891766. OLE color: 7891766.

HSL color Cylindrical-coordinate representation of color #366B78: hue angle of 191.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #366B78 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB54107120-
CMYK0.550.1100.53
HSL191.82º37.93%34.12%-
HSV(B)191.82º55%47.06%-
XYZ10.1712.6619.68-
YUV92.64143.44100.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 120 (47.27% from 255) = 42.70%
R=19.22%
G=38.08%
B=42.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541071200.550.1100.53191.8237.9334.12
Hex366B7837B035c02622
Octal6615317067130653004642
Binary110110110101111110001101111011011010111000000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366B78; }

 p { color: rgb(54,107,120); }

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

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

 a { background-color: rgb(54,107,120); }

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

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

 span { border-color: rgb(54,107,120); }

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