#3F667A

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

Shades of Bismark #3F667A

Tints of Bismark #3F667A

Color information

#3F667A (or 0x3F667A) is unknown color: approx Bismark. HEX triplet: 3F, 66 and 7A. RGB value is (63,102,122). Sum of RGB (Red+Green+Blue) = 63+102+122=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F667A is #C09985. Grayscale: #5C5C5C. Windows color (decimal): -12622214 or 8021567. OLE color: 8021567.

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

Color convert

RGB63102122-
CMYK0.480.1600.52
HSL200.34º31.89%36.27%-
HSV(B)200.34º48.36%47.84%-
XYZ10.3111.9620.18-
YUV92.62144.58106.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=21.95%
G=35.54%
B=42.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal631021220.480.1600.52200.3431.8936.27
Hex3F667A3010034c82024
Octal7714617260200643104044
Binary1111111100110111101011000010000011010011001000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,102,122); }

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

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

 a { background-color: rgb(63,102,122); }

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

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

 span { border-color: rgb(63,102,122); }

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