#3B657A

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

Shades of Bismark #3B657A

Tints of Bismark #3B657A

Color information

#3B657A (or 0x3B657A) is unknown color: approx Bismark. HEX triplet: 3B, 65 and 7A. RGB value is (59,101,122). Sum of RGB (Red+Green+Blue) = 59+101+122=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B657A is #C49A85. Grayscale: #5A5A5A. Windows color (decimal): -12884614 or 8021307. OLE color: 8021307.

HSL color Cylindrical-coordinate representation of color #3B657A: hue angle of 200º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B657A is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB59101122-
CMYK0.520.1700.52
HSL200º34.81%35.49%-
HSV(B)200º51.64%47.84%-
XYZ9.9711.6420.13-
YUV90.84145.59105.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.92%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=20.92%
G=35.82%
B=43.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal591011220.520.1700.5220034.8135.49
Hex3B657A3411034c82323
Octal7314517264210643104343
Binary1110111100101111101011010010001011010011001000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,101,122); }

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

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

 a { background-color: rgb(59,101,122); }

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

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

 span { border-color: rgb(59,101,122); }

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