Html Css Color HEX #3F4259 Blue Zodiac

📋 copy color: '#3F4259'

red 63 ◦ green 66 ◦ blue 89

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

Shades of Blue Zodiac #3F4259

Tints of Blue Zodiac #3F4259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 28.9%
G = 30.28%
B = 40.83%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F4259 (or 0x3F4259) is known color: Blue Zodiac. HEX triplet: 3F, 42 and 59. RGB value is (63,66,89). Sum of RGB (Red+Green+Blue) = 63+66+89=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4259 is #C0BDA6. Grayscale: #434343. Windows color (decimal): -12631463 or 5849663. OLE color: 5849663.

HSL color Cylindrical-coordinate representation of color #3F4259: hue angle of 233.08º 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 #3F4259 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 66 89 -
CMYK 0.29 0.26 0 0.65
HSL 233.08º 0.17% 0.3% -
HSV(B) 233.08º 0.29% 0.35% -
XYZ 5.8 5.67 10.24 -
YUV 67.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 63 66 89 0.29 0.26 0 0.65 233.08 0.17 0.3
Hex 3F 42 59 1D 1A 0 41 E9 11 1E
Octal 77 102 131 35 32 0 101 351 21 36
Binary 111111 1000010 1011001 11101 11010 0 1000001 11101001 10001 11110

Color Harmonies of #3F4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4259

Black with #3F4259

Text Example


Text Example

White with #3F4259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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