Html Css Color HEX #3D6576 Bismark

📋 copy color: '#3D6576'

red 61 ◦ green 101 ◦ blue 118

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

Shades of Bismark #3D6576

Tints of Bismark #3D6576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

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

R = 21.79%
G = 36.07%
B = 42.14%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D6576 (or 0x3D6576) is known color: Bismark. HEX triplet: 3D, 65 and 76. RGB value is (61,101,118). Sum of RGB (Red+Green+Blue) = 61+101+118=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D6576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6576 is #C29A89. Grayscale: #5A5A5A. Windows color (decimal): -12753546 or 7759165. OLE color: 7759165.

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

Color convert

RGB 61 101 118 -
CMYK 0.48 0.14 0 0.54
HSL 197.89º 0.32% 0.35% -
HSV(B) 197.89º 0.48% 0.46% -
XYZ 9.85 11.61 18.86 -
YUV 90.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 61 101 118 0.48 0.14 0 0.54 197.89 0.32 0.35
Hex 3D 65 76 30 E 0 36 C6 20 23
Octal 75 145 166 60 16 0 66 306 40 43
Binary 111101 1100101 1110110 110000 1110 0 110110 11000110 100000 100011

Color Harmonies of #3D6576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6576

Black with #3D6576

Text Example


Text Example

White with #3D6576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,101,118); }

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

background-color css

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

 a { background-color: rgb(61,101,118); }

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

border-color css

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

 span { border-color: rgb(61,101,118); }

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