#3C6673

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

Shades of Bismark #3C6673

Tints of Bismark #3C6673

Color information

#3C6673 (or 0x3C6673) is unknown color: approx Bismark. HEX triplet: 3C, 66 and 73. RGB value is (60,102,115). Sum of RGB (Red+Green+Blue) = 60+102+115=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C6673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6673 is #C3998C. Grayscale: #5A5A5A. Windows color (decimal): -12818829 or 7562812. OLE color: 7562812.

HSL color Cylindrical-coordinate representation of color #3C6673: hue angle of 194.18º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C6673 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB60102115-
CMYK0.480.1100.55
HSL194.18º31.43%34.31%-
HSV(B)194.18º47.83%45.1%-
XYZ9.7111.717.97-
YUV90.92141.59105.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=21.66%
G=36.82%
B=41.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601021150.480.1100.55194.1831.4334.31
Hex3C667330B037c21f22
Octal7414616360130673023742
Binary11110011001101110011110000101101101111100001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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