#3C667B

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

Shades of Bismark #3C667B

Tints of Bismark #3C667B

Color information

#3C667B (or 0x3C667B) is unknown color: approx Bismark. HEX triplet: 3C, 66 and 7B. RGB value is (60,102,123). Sum of RGB (Red+Green+Blue) = 60+102+123=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C667B is #C39984. Grayscale: #5B5B5B. Windows color (decimal): -12818821 or 8087100. OLE color: 8087100.

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

Color convert

RGB60102123-
CMYK0.510.1700.52
HSL200º34.43%35.88%-
HSV(B)200º51.22%48.24%-
XYZ10.1911.8920.5-
YUV91.84145.59105.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=21.05%
G=35.79%
B=43.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal601021230.510.1700.5220034.4335.88
Hex3C667B3311034c82224
Octal7414617363210643104244
Binary1111001100110111101111001110001011010011001000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,102,123); }

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

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

 a { background-color: rgb(60,102,123); }

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

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

 span { border-color: rgb(60,102,123); }

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