Html Css Color HEX #3E6C7D Bismark

📋 copy color: '#3E6C7D'

red 62 ◦ green 108 ◦ blue 125

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

Shades of Bismark #3E6C7D

Tints of Bismark #3E6C7D

RGB

 RED value IS 62 (24.61% from 255) = 21.02%

 GREEN value IS 108 (42.58% from 255) = 36.61%

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 21.02%
G = 36.61%
B = 42.37%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E6C7D (or 0x3E6C7D) is known color: Bismark. HEX triplet: 3E, 6C and 7D. RGB value is (62,108,125). Sum of RGB (Red+Green+Blue) = 62+108+125=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E6C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6C7D is #C19382. Grayscale: #606060. Windows color (decimal): -12686211 or 8219710. OLE color: 8219710.

HSL color Cylindrical-coordinate representation of color #3E6C7D: hue angle of 196.19º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E6C7D is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 108 125 -
CMYK 0.50 0.14 0 0.51
HSL 196.19º 0.34% 0.37% -
HSV(B) 196.19º 0.5% 0.49% -
XYZ 11.05 13.23 21.37 -
YUV 96.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 62 108 125 0.50 0.14 0 0.51 196.19 0.34 0.37
Hex 3E 6C 7D 32 E 0 33 C4 22 25
Octal 76 154 175 62 16 0 63 304 42 45
Binary 111110 1101100 1111101 110010 1110 0 110011 11000100 100010 100101

Color Harmonies of #3E6C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6C7D

Black with #3E6C7D

Text Example


Text Example

White with #3E6C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,108,125); }

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

background-color css

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

 a { background-color: rgb(62,108,125); }

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

border-color css

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

 span { border-color: rgb(62,108,125); }

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