Html Css Color HEX #3C6476 Bismark

📋 copy color: '#3C6476'

red 60 ◦ green 100 ◦ blue 118

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

Shades of Bismark #3C6476

Tints of Bismark #3C6476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 21.58%
G = 35.97%
B = 42.45%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C6476 (or 0x3C6476) is known color: Bismark. HEX triplet: 3C, 64 and 76. RGB value is (60,100,118). Sum of RGB (Red+Green+Blue) = 60+100+118=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C6476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6476 is #C39B89. Grayscale: #595959. Windows color (decimal): -12819338 or 7758908. OLE color: 7758908.

HSL color Cylindrical-coordinate representation of color #3C6476: hue angle of 198.62º 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 #3C6476 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 100 118 -
CMYK 0.49 0.15 0 0.54
HSL 198.62º 0.33% 0.35% -
HSV(B) 198.62º 0.49% 0.46% -
XYZ 9.69 11.38 18.83 -
YUV 90.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 60 100 118 0.49 0.15 0 0.54 198.62 0.33 0.35
Hex 3C 64 76 31 F 0 36 C7 21 23
Octal 74 144 166 61 17 0 66 307 41 43
Binary 111100 1100100 1110110 110001 1111 0 110110 11000111 100001 100011

Color Harmonies of #3C6476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6476

Black with #3C6476

Text Example


Text Example

White with #3C6476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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