Html Css Color HEX #3F4552 Blue Zodiac

📋 copy color: '#3F4552'

red 63 ◦ green 69 ◦ blue 82

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

Shades of Blue Zodiac #3F4552

Tints of Blue Zodiac #3F4552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.24%

 BLUE value IS 82 (32.42% from 255) = 38.32%

R = 29.44%
G = 32.24%
B = 38.32%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F4552 (or 0x3F4552) is known color: Blue Zodiac. HEX triplet: 3F, 45 and 52. RGB value is (63,69,82). Sum of RGB (Red+Green+Blue) = 63+69+82=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4552 is #C0BAAD. Grayscale: #444444. Windows color (decimal): -12630702 or 5391679. OLE color: 5391679.

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

Color convert

RGB 63 69 82 -
CMYK 0.23 0.16 0 0.68
HSL 221.05º 0.13% 0.28% -
HSV(B) 221.05º 0.23% 0.32% -
XYZ 5.7 5.92 8.83 -
YUV 68.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 63 69 82 0.23 0.16 0 0.68 221.05 0.13 0.28
Hex 3F 45 52 17 10 0 44 DD D 1C
Octal 77 105 122 27 20 0 104 335 15 34
Binary 111111 1000101 1010010 10111 10000 0 1000100 11011101 1101 11100

Color Harmonies of #3F4552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4552

Black with #3F4552

Text Example


Text Example

White with #3F4552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,69,82); }

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

background-color css

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

 a { background-color: rgb(63,69,82); }

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

border-color css

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

 span { border-color: rgb(63,69,82); }

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