Html Css Color HEX #3C6B76 Bismark

📋 copy color: '#3C6B76'

red 60 ◦ green 107 ◦ blue 118

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

Shades of Bismark #3C6B76

Tints of Bismark #3C6B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.54%

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 21.05%
G = 37.54%
B = 41.4%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C6B76 (or 0x3C6B76) is known color: Bismark. HEX triplet: 3C, 6B and 76. RGB value is (60,107,118). Sum of RGB (Red+Green+Blue) = 60+107+118=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C6B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B76 is #C39489. Grayscale: #5E5E5E. Windows color (decimal): -12817546 or 7760700. OLE color: 7760700.

HSL color Cylindrical-coordinate representation of color #3C6B76: hue angle of 191.38º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C6B76 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 107 118 -
CMYK 0.49 0.09 0 0.54
HSL 191.38º 0.33% 0.35% -
HSV(B) 191.38º 0.49% 0.46% -
XYZ 10.39 12.78 19.06 -
YUV 94.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 60 107 118 0.49 0.09 0 0.54 191.38 0.33 0.35
Hex 3C 6B 76 31 9 0 36 BF 21 23
Octal 74 153 166 61 11 0 66 277 41 43
Binary 111100 1101011 1110110 110001 1001 0 110110 10111111 100001 100011

Color Harmonies of #3C6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6B76

Black with #3C6B76

Text Example


Text Example

White with #3C6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,107,118); }

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

background-color css

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

 a { background-color: rgb(60,107,118); }

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

border-color css

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

 span { border-color: rgb(60,107,118); }

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