Html Css Color HEX #3F4250 Blue Zodiac

📋 copy color: '#3F4250'

red 63 ◦ green 66 ◦ blue 80

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

Shades of Blue Zodiac #3F4250

Tints of Blue Zodiac #3F4250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 38.28%

R = 30.14%
G = 31.58%
B = 38.28%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F4250 (or 0x3F4250) is known color: Blue Zodiac. HEX triplet: 3F, 42 and 50. RGB value is (63,66,80). Sum of RGB (Red+Green+Blue) = 63+66+80=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4250 is #C0BDAF. Grayscale: #424242. Windows color (decimal): -12631472 or 5259839. OLE color: 5259839.

HSL color Cylindrical-coordinate representation of color #3F4250: hue angle of 229.41º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F4250 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 66 80 -
CMYK 0.21 0.17 0 0.69
HSL 229.41º 0.12% 0.28% -
HSV(B) 229.41º 0.21% 0.31% -
XYZ 5.45 5.53 8.37 -
YUV 66.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 63 66 80 0.21 0.17 0 0.69 229.41 0.12 0.28
Hex 3F 42 50 15 11 0 45 E5 C 1C
Octal 77 102 120 25 21 0 105 345 14 34
Binary 111111 1000010 1010000 10101 10001 0 1000101 11100101 1100 11100

Color Harmonies of #3F4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4250

Black with #3F4250

Text Example


Text Example

White with #3F4250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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