Html Css Color HEX #3C697D Bismark

📋 copy color: '#3C697D'

red 60 ◦ green 105 ◦ blue 125

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

Shades of Bismark #3C697D

Tints of Bismark #3C697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.21%

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

R = 20.69%
G = 36.21%
B = 43.1%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C697D (or 0x3C697D) is known color: Bismark. HEX triplet: 3C, 69 and 7D. RGB value is (60,105,125). Sum of RGB (Red+Green+Blue) = 60+105+125=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C697D is #C39682. Grayscale: #5D5D5D. Windows color (decimal): -12818051 or 8218940. OLE color: 8218940.

HSL color Cylindrical-coordinate representation of color #3C697D: hue angle of 198.46º 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 #3C697D is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 105 125 -
CMYK 0.52 0.16 0 0.51
HSL 198.46º 0.35% 0.36% -
HSV(B) 198.46º 0.52% 0.49% -
XYZ 10.62 12.54 21.26 -
YUV 93.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 60 105 125 0.52 0.16 0 0.51 198.46 0.35 0.36
Hex 3C 69 7D 34 10 0 33 C6 23 24
Octal 74 151 175 64 20 0 63 306 43 44
Binary 111100 1101001 1111101 110100 10000 0 110011 11000110 100011 100100

Color Harmonies of #3C697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C697D

Black with #3C697D

Text Example


Text Example

White with #3C697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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