Html Css Color HEX #3D677E Bismark

📋 copy color: '#3D677E'

red 61 ◦ green 103 ◦ blue 126

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

Shades of Bismark #3D677E

Tints of Bismark #3D677E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

 BLUE value IS 126 (49.61% from 255) = 43.45%

R = 21.03%
G = 35.52%
B = 43.45%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D677E (or 0x3D677E) is known color: Bismark. HEX triplet: 3D, 67 and 7E. RGB value is (61,103,126). Sum of RGB (Red+Green+Blue) = 61+103+126=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #3D677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D677E is #C29881. Grayscale: #5C5C5C. Windows color (decimal): -12753026 or 8283965. OLE color: 8283965.

HSL color Cylindrical-coordinate representation of color #3D677E: hue angle of 201.23º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D677E is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 103 126 -
CMYK 0.52 0.18 0 0.51
HSL 201.23º 0.35% 0.37% -
HSV(B) 201.23º 0.52% 0.49% -
XYZ 10.54 12.2 21.54 -
YUV 93.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 61 103 126 0.52 0.18 0 0.51 201.23 0.35 0.37
Hex 3D 67 7E 34 12 0 33 C9 23 25
Octal 75 147 176 64 22 0 63 311 43 45
Binary 111101 1100111 1111110 110100 10010 0 110011 11001001 100011 100101

Color Harmonies of #3D677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D677E

Black with #3D677E

Text Example


Text Example

White with #3D677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,103,126); }

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

background-color css

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

 a { background-color: rgb(61,103,126); }

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

border-color css

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

 span { border-color: rgb(61,103,126); }

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