Html Css Color HEX #3F4251 Blue Zodiac

📋 copy color: '#3F4251'

red 63 ◦ green 66 ◦ blue 81

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

Shades of Blue Zodiac #3F4251

Tints of Blue Zodiac #3F4251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.57%

R = 30%
G = 31.43%
B = 38.57%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F4251 (or 0x3F4251) is known color: Blue Zodiac. HEX triplet: 3F, 42 and 51. RGB value is (63,66,81). Sum of RGB (Red+Green+Blue) = 63+66+81=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F4251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4251 is #C0BDAE. Grayscale: #424242. Windows color (decimal): -12631471 or 5325375. OLE color: 5325375.

HSL color Cylindrical-coordinate representation of color #3F4251: hue angle of 230º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F4251 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 66 81 -
CMYK 0.22 0.19 0 0.68
HSL 230º 0.13% 0.28% -
HSV(B) 230º 0.22% 0.32% -
XYZ 5.48 5.55 8.57 -
YUV 66.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 63 66 81 0.22 0.19 0 0.68 230 0.13 0.28
Hex 3F 42 51 16 13 0 44 E6 C 1C
Octal 77 102 121 26 23 0 104 346 14 34
Binary 111111 1000010 1010001 10110 10011 0 1000100 11100110 1100 11100

Color Harmonies of #3F4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4251

Black with #3F4251

Text Example


Text Example

White with #3F4251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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