#3E6B7A

Color #3E6B7A Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #3E6B7A

Tints of Bismark #3E6B7A

Color information

#3E6B7A (or 0x3E6B7A) is unknown color: approx Bismark. HEX triplet: 3E, 6B and 7A. RGB value is (62,107,122). Sum of RGB (Red+Green+Blue) = 62+107+122=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E6B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6B7A is #C19485. Grayscale: #5F5F5F. Windows color (decimal): -12686470 or 8022846. OLE color: 8022846.

HSL color Cylindrical-coordinate representation of color #3E6B7A: hue angle of 195º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E6B7A is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB62107122-
CMYK0.490.1200.52
HSL195º32.61%36.08%-
HSV(B)195º49.18%47.84%-
XYZ10.7612.9420.34-
YUV95.26143.09104.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.31%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=21.31%
G=36.77%
B=41.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621071220.490.1200.5219532.6136.08
Hex3E6B7A31C034c32124
Octal7615317261140643034144
Binary111110110101111110101100011100011010011000011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,107,122); }

 H1.HeaderClassName
 {
   color: #3E6B7A;
 }
 .AnyTagClassName
 {
   color: #3E6B7A;
 }
</style>
background-color css

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

 a { background-color: rgb(62,107,122); }

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

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

 span { border-color: rgb(62,107,122); }

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