Html Css Color HEX #3E697D Bismark

📋 copy color: '#3E697D'

red 62 ◦ green 105 ◦ blue 125

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

Shades of Bismark #3E697D

Tints of Bismark #3E697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.96%

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

R = 21.23%
G = 35.96%
B = 42.81%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E697D (or 0x3E697D) is known color: Bismark. HEX triplet: 3E, 69 and 7D. RGB value is (62,105,125). Sum of RGB (Red+Green+Blue) = 62+105+125=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E697D is #C19682. Grayscale: #5E5E5E. Windows color (decimal): -12686979 or 8218942. OLE color: 8218942.

HSL color Cylindrical-coordinate representation of color #3E697D: hue angle of 199.05º 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 #3E697D is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 105 125 -
CMYK 0.50 0.16 0 0.51
HSL 199.05º 0.34% 0.37% -
HSV(B) 199.05º 0.5% 0.49% -
XYZ 10.74 12.61 21.27 -
YUV 94.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 62 105 125 0.50 0.16 0 0.51 199.05 0.34 0.37
Hex 3E 69 7D 32 10 0 33 C7 22 25
Octal 76 151 175 62 20 0 63 307 42 45
Binary 111110 1101001 1111101 110010 10000 0 110011 11000111 100010 100101

Color Harmonies of #3E697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E697D

Black with #3E697D

Text Example


Text Example

White with #3E697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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