Html Css Color HEX #3F4861 Blue Zodiac

📋 copy color: '#3F4861'

red 63 ◦ green 72 ◦ blue 97

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

Shades of Blue Zodiac #3F4861

Tints of Blue Zodiac #3F4861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.03%

 BLUE value IS 97 (38.28% from 255) = 41.81%

R = 27.16%
G = 31.03%
B = 41.81%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F4861 (or 0x3F4861) is known color: Blue Zodiac. HEX triplet: 3F, 48 and 61. RGB value is (63,72,97). Sum of RGB (Red+Green+Blue) = 63+72+97=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F4861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4861 is #C0B79E. Grayscale: #484848. Windows color (decimal): -12629919 or 6375487. OLE color: 6375487.

HSL color Cylindrical-coordinate representation of color #3F4861: hue angle of 224.12º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F4861 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 72 97 -
CMYK 0.35 0.26 0 0.62
HSL 224.12º 0.21% 0.31% -
HSV(B) 224.12º 0.35% 0.38% -
XYZ 6.52 6.55 12.23 -
YUV 72.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 63 72 97 0.35 0.26 0 0.62 224.12 0.21 0.31
Hex 3F 48 61 23 1A 0 3E E0 15 1F
Octal 77 110 141 43 32 0 76 340 25 37
Binary 111111 1001000 1100001 100011 11010 0 111110 11100000 10101 11111

Color Harmonies of #3F4861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4861

Black with #3F4861

Text Example


Text Example

White with #3F4861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,72,97); }

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

background-color css

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

 a { background-color: rgb(63,72,97); }

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

border-color css

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

 span { border-color: rgb(63,72,97); }

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