Html Css Color HEX #3F4557 Blue Zodiac

📋 copy color: '#3F4557'

red 63 ◦ green 69 ◦ blue 87

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

Shades of Blue Zodiac #3F4557

Tints of Blue Zodiac #3F4557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

 BLUE value IS 87 (34.38% from 255) = 39.73%

R = 28.77%
G = 31.51%
B = 39.73%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3F4557 (or 0x3F4557) is known color: Blue Zodiac. HEX triplet: 3F, 45 and 57. RGB value is (63,69,87). Sum of RGB (Red+Green+Blue) = 63+69+87=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F4557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4557 is #C0BAA8. Grayscale: #454545. Windows color (decimal): -12630697 or 5719359. OLE color: 5719359.

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

Color convert

RGB 63 69 87 -
CMYK 0.28 0.21 0 0.66
HSL 225º 0.16% 0.29% -
HSV(B) 225º 0.28% 0.34% -
XYZ 5.9 6 9.86 -
YUV 69.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 63 69 87 0.28 0.21 0 0.66 225 0.16 0.29
Hex 3F 45 57 1C 15 0 42 E1 10 1D
Octal 77 105 127 34 25 0 102 341 20 35
Binary 111111 1000101 1010111 11100 10101 0 1000010 11100001 10000 11101

Color Harmonies of #3F4557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4557

Black with #3F4557

Text Example


Text Example

White with #3F4557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,69,87); }

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

background-color css

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

 a { background-color: rgb(63,69,87); }

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

border-color css

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

 span { border-color: rgb(63,69,87); }

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