Html Css Color HEX #3D6472 Bismark

📋 copy color: '#3D6472'

red 61 ◦ green 100 ◦ blue 114

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

Shades of Bismark #3D6472

Tints of Bismark #3D6472

RGB

 RED value IS 61 (24.22% from 255) = 22.18%

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

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 22.18%
G = 36.36%
B = 41.45%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3D6472 (or 0x3D6472) is known color: Bismark. HEX triplet: 3D, 64 and 72. RGB value is (61,100,114). Sum of RGB (Red+Green+Blue) = 61+100+114=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D6472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6472 is #C29B8D. Grayscale: #595959. Windows color (decimal): -12753806 or 7496765. OLE color: 7496765.

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

Color convert

RGB 61 100 114 -
CMYK 0.46 0.12 0 0.55
HSL 195.85º 0.3% 0.34% -
HSV(B) 195.85º 0.46% 0.45% -
XYZ 9.52 11.32 17.6 -
YUV 89.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 61 100 114 0.46 0.12 0 0.55 195.85 0.3 0.34
Hex 3D 64 72 2E C 0 37 C4 1E 22
Octal 75 144 162 56 14 0 67 304 36 42
Binary 111101 1100100 1110010 101110 1100 0 110111 11000100 11110 100010

Color Harmonies of #3D6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6472

Black with #3D6472

Text Example


Text Example

White with #3D6472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,100,114); }

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

background-color css

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

 a { background-color: rgb(61,100,114); }

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

border-color css

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

 span { border-color: rgb(61,100,114); }

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