Html Css Color HEX #3B677C Bismark

📋 copy color: '#3B677C'

red 59 ◦ green 103 ◦ blue 124

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

Shades of Bismark #3B677C

Tints of Bismark #3B677C

RGB

 RED value IS 59 (23.44% from 255) = 20.63%

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

 BLUE value IS 124 (48.83% from 255) = 43.36%

R = 20.63%
G = 36.01%
B = 43.36%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B677C (or 0x3B677C) is known color: Bismark. HEX triplet: 3B, 67 and 7C. RGB value is (59,103,124). Sum of RGB (Red+Green+Blue) = 59+103+124=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B677C is #C49883. Grayscale: #5C5C5C. Windows color (decimal): -12884100 or 8152891. OLE color: 8152891.

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

Color convert

RGB 59 103 124 -
CMYK 0.52 0.17 0 0.51
HSL 199.38º 0.36% 0.36% -
HSV(B) 199.38º 0.52% 0.49% -
XYZ 10.29 12.09 20.86 -
YUV 92.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 59 103 124 0.52 0.17 0 0.51 199.38 0.36 0.36
Hex 3B 67 7C 34 11 0 33 C7 24 24
Octal 73 147 174 64 21 0 63 307 44 44
Binary 111011 1100111 1111100 110100 10001 0 110011 11000111 100100 100100

Color Harmonies of #3B677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B677C

Black with #3B677C

Text Example


Text Example

White with #3B677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,103,124); }

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

background-color css

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

 a { background-color: rgb(59,103,124); }

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

border-color css

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

 span { border-color: rgb(59,103,124); }

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