Html Css Color HEX #3E707D Bismark

📋 copy color: '#3E707D'

red 62 ◦ green 112 ◦ blue 125

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

Shades of Bismark #3E707D

Tints of Bismark #3E707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

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

R = 20.74%
G = 37.46%
B = 41.81%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E707D (or 0x3E707D) is known color: Bismark. HEX triplet: 3E, 70 and 7D. RGB value is (62,112,125). Sum of RGB (Red+Green+Blue) = 62+112+125=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E707D is #C18F82. Grayscale: #626262. Windows color (decimal): -12685187 or 8220734. OLE color: 8220734.

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

Color convert

RGB 62 112 125 -
CMYK 0.50 0.10 0 0.51
HSL 192.38º 0.34% 0.37% -
HSV(B) 192.38º 0.5% 0.49% -
XYZ 11.48 14.09 21.52 -
YUV 98.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 62 112 125 0.50 0.10 0 0.51 192.38 0.34 0.37
Hex 3E 70 7D 32 A 0 33 C0 22 25
Octal 76 160 175 62 12 0 63 300 42 45
Binary 111110 1110000 1111101 110010 1010 0 110011 11000000 100010 100101

Color Harmonies of #3E707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E707D

Black with #3E707D

Text Example


Text Example

White with #3E707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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