Html Css Color HEX #3F4656 Blue Zodiac

📋 copy color: '#3F4656'

red 63 ◦ green 70 ◦ blue 86

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

Shades of Blue Zodiac #3F4656

Tints of Blue Zodiac #3F4656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

 BLUE value IS 86 (33.98% from 255) = 39.27%

R = 28.77%
G = 31.96%
B = 39.27%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3F4656 (or 0x3F4656) is known color: Blue Zodiac. HEX triplet: 3F, 46 and 56. RGB value is (63,70,86). Sum of RGB (Red+Green+Blue) = 63+70+86=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F4656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4656 is #C0B9A9. Grayscale: #454545. Windows color (decimal): -12630442 or 5654079. OLE color: 5654079.

HSL color Cylindrical-coordinate representation of color #3F4656: hue angle of 221.74º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F4656 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 70 86 -
CMYK 0.27 0.19 0 0.66
HSL 221.74º 0.15% 0.29% -
HSV(B) 221.74º 0.27% 0.34% -
XYZ 5.92 6.11 9.67 -
YUV 69.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 63 70 86 0.27 0.19 0 0.66 221.74 0.15 0.29
Hex 3F 46 56 1B 13 0 42 DE F 1D
Octal 77 106 126 33 23 0 102 336 17 35
Binary 111111 1000110 1010110 11011 10011 0 1000010 11011110 1111 11101

Color Harmonies of #3F4656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4656

Black with #3F4656

Text Example


Text Example

White with #3F4656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,70,86); }

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

background-color css

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

 a { background-color: rgb(63,70,86); }

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

border-color css

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

 span { border-color: rgb(63,70,86); }

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