Html Css Color HEX #3A677C Bismark

📋 copy color: '#3A677C'

red 58 ◦ green 103 ◦ blue 124

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

Shades of Bismark #3A677C

Tints of Bismark #3A677C

RGB

 RED value IS 58 (23.05% from 255) = 20.35%

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

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

R = 20.35%
G = 36.14%
B = 43.51%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A677C (or 0x3A677C) is known color: Bismark. HEX triplet: 3A, 67 and 7C. RGB value is (58,103,124). Sum of RGB (Red+Green+Blue) = 58+103+124=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A677C is #C59883. Grayscale: #5B5B5B. Windows color (decimal): -12949636 or 8152890. OLE color: 8152890.

HSL color Cylindrical-coordinate representation of color #3A677C: hue angle of 199.09º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A677C is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 103 124 -
CMYK 0.53 0.17 0 0.51
HSL 199.09º 0.36% 0.36% -
HSV(B) 199.09º 0.53% 0.49% -
XYZ 10.23 12.06 20.86 -
YUV 91.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 58 103 124 0.53 0.17 0 0.51 199.09 0.36 0.36
Hex 3A 67 7C 35 11 0 33 C7 24 24
Octal 72 147 174 65 21 0 63 307 44 44
Binary 111010 1100111 1111100 110101 10001 0 110011 11000111 100100 100100

Color Harmonies of #3A677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A677C

Black with #3A677C

Text Example


Text Example

White with #3A677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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