Html Css Color HEX #3F4559 Blue Zodiac

📋 copy color: '#3F4559'

red 63 ◦ green 69 ◦ blue 89

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

Shades of Blue Zodiac #3F4559

Tints of Blue Zodiac #3F4559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.27%

R = 28.51%
G = 31.22%
B = 40.27%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F4559 (or 0x3F4559) is known color: Blue Zodiac. HEX triplet: 3F, 45 and 59. RGB value is (63,69,89). Sum of RGB (Red+Green+Blue) = 63+69+89=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4559 is #C0BAA6. Grayscale: #454545. Windows color (decimal): -12630695 or 5850431. OLE color: 5850431.

HSL color Cylindrical-coordinate representation of color #3F4559: hue angle of 226.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F4559 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 69 89 -
CMYK 0.29 0.22 0 0.65
HSL 226.15º 0.17% 0.3% -
HSV(B) 226.15º 0.29% 0.35% -
XYZ 5.98 6.03 10.3 -
YUV 69.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 63 69 89 0.29 0.22 0 0.65 226.15 0.17 0.3
Hex 3F 45 59 1D 16 0 41 E2 11 1E
Octal 77 105 131 35 26 0 101 342 21 36
Binary 111111 1000101 1011001 11101 10110 0 1000001 11100010 10001 11110

Color Harmonies of #3F4559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4559

Black with #3F4559

Text Example


Text Example

White with #3F4559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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