Html Css Color HEX #3F667E Bismark

📋 copy color: '#3F667E'

red 63 ◦ green 102 ◦ blue 126

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

Shades of Bismark #3F667E

Tints of Bismark #3F667E

RGB

 RED value IS 63 (25% from 255) = 21.65%

 GREEN value IS 102 (40.23% from 255) = 35.05%

 BLUE value IS 126 (49.61% from 255) = 43.3%

R = 21.65%
G = 35.05%
B = 43.3%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F667E (or 0x3F667E) is known color: Bismark. HEX triplet: 3F, 66 and 7E. RGB value is (63,102,126). Sum of RGB (Red+Green+Blue) = 63+102+126=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F667E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F667E is #C09981. Grayscale: #5C5C5C. Windows color (decimal): -12622210 or 8283711. OLE color: 8283711.

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

Color convert

RGB 63 102 126 -
CMYK 0.50 0.19 0 0.51
HSL 202.86º 0.33% 0.37% -
HSV(B) 202.86º 0.5% 0.49% -
XYZ 10.57 12.07 21.51 -
YUV 93.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 63 102 126 0.50 0.19 0 0.51 202.86 0.33 0.37
Hex 3F 66 7E 32 13 0 33 CB 21 25
Octal 77 146 176 62 23 0 63 313 41 45
Binary 111111 1100110 1111110 110010 10011 0 110011 11001011 100001 100101

Color Harmonies of #3F667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F667E

Black with #3F667E

Text Example


Text Example

White with #3F667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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