Html Css Color HEX #3F4450 Blue Zodiac

📋 copy color: '#3F4450'

red 63 ◦ green 68 ◦ blue 80

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

Shades of Blue Zodiac #3F4450

Tints of Blue Zodiac #3F4450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.23%

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

R = 29.86%
G = 32.23%
B = 37.91%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F4450 (or 0x3F4450) is known color: Blue Zodiac. HEX triplet: 3F, 44 and 50. RGB value is (63,68,80). Sum of RGB (Red+Green+Blue) = 63+68+80=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4450 is #C0BBAF. Grayscale: #434343. Windows color (decimal): -12630960 or 5260351. OLE color: 5260351.

HSL color Cylindrical-coordinate representation of color #3F4450: hue angle of 222.35º 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 #3F4450 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 68 80 -
CMYK 0.21 0.15 0 0.69
HSL 222.35º 0.12% 0.28% -
HSV(B) 222.35º 0.21% 0.31% -
XYZ 5.56 5.77 8.41 -
YUV 67.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 63 68 80 0.21 0.15 0 0.69 222.35 0.12 0.28
Hex 3F 44 50 15 F 0 45 DE C 1C
Octal 77 104 120 25 17 0 105 336 14 34
Binary 111111 1000100 1010000 10101 1111 0 1000101 11011110 1100 11100

Color Harmonies of #3F4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4450

Black with #3F4450

Text Example


Text Example

White with #3F4450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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