#3B6675

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

Shades of Bismark #3B6675

Tints of Bismark #3B6675

Color information

#3B6675 (or 0x3B6675) is unknown color: approx Bismark. HEX triplet: 3B, 66 and 75. RGB value is (59,102,117). Sum of RGB (Red+Green+Blue) = 59+102+117=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B6675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6675 is #C4998A. Grayscale: #5A5A5A. Windows color (decimal): -12884363 or 7693883. OLE color: 7693883.

HSL color Cylindrical-coordinate representation of color #3B6675: hue angle of 195.52º 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 #3B6675 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB59102117-
CMYK0.500.1300.54
HSL195.52º32.95%34.51%-
HSV(B)195.52º49.57%45.88%-
XYZ9.7711.7218.58-
YUV90.85142.75105.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.22%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=21.22%
G=36.69%
B=42.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591021170.500.1300.54195.5232.9534.51
Hex3B667532D036c42123
Octal7314616562150663044143
Binary111011110011011101011100101101011011011000100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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