Html Css Color HEX #3C687D Bismark

📋 copy color: '#3C687D'

red 60 ◦ green 104 ◦ blue 125

#3C687D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bismark #3C687D

Tints of Bismark #3C687D

RGB

 RED value IS 60 (23.83% from 255) = 20.76%

 GREEN value IS 104 (41.02% from 255) = 35.99%

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 20.76%
G = 35.99%
B = 43.25%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C687D (or 0x3C687D) is known color: Bismark. HEX triplet: 3C, 68 and 7D. RGB value is (60,104,125). Sum of RGB (Red+Green+Blue) = 60+104+125=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C687D is #C39782. Grayscale: #5D5D5D. Windows color (decimal): -12818307 or 8218684. OLE color: 8218684.

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

Color convert

RGB 60 104 125 -
CMYK 0.52 0.17 0 0.51
HSL 199.38º 0.35% 0.36% -
HSV(B) 199.38º 0.52% 0.49% -
XYZ 10.52 12.34 21.23 -
YUV 93.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 60 104 125 0.52 0.17 0 0.51 199.38 0.35 0.36
Hex 3C 68 7D 34 11 0 33 C7 23 24
Octal 74 150 175 64 21 0 63 307 43 44
Binary 111100 1101000 1111101 110100 10001 0 110011 11000111 100011 100100

Color Harmonies of #3C687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C687D

Black with #3C687D

Text Example


Text Example

White with #3C687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,104,125); }

 H1.HeaderClassName
 {
   color: #3C687D;
 }
 .AnyTagClassName
 {
   color: #3C687D;
 }
</style>

background-color css

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

 a { background-color: rgb(60,104,125); }

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

border-color css

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

 span { border-color: rgb(60,104,125); }

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