#3B6775

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

Shades of Bismark #3B6775

Tints of Bismark #3B6775

Color information

#3B6775 (or 0x3B6775) is unknown color: approx Bismark. HEX triplet: 3B, 67 and 75. RGB value is (59,103,117). Sum of RGB (Red+Green+Blue) = 59+103+117=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B6775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6775 is #C4988A. Grayscale: #5B5B5B. Windows color (decimal): -12884107 or 7694139. OLE color: 7694139.

HSL color Cylindrical-coordinate representation of color #3B6775: hue angle of 194.48º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B6775 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB59103117-
CMYK0.500.1200.54
HSL194.48º32.95%34.51%-
HSV(B)194.48º49.57%45.88%-
XYZ9.8611.9118.61-
YUV91.44142.42104.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.15%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=21.15%
G=36.92%
B=41.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591031170.500.1200.54194.4832.9534.51
Hex3B677532C036c22123
Octal7314716562140663024143
Binary111011110011111101011100101100011011011000010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6775; }

 p { color: rgb(59,103,117); }

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

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

 a { background-color: rgb(59,103,117); }

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

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

 span { border-color: rgb(59,103,117); }

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