Html Css Color HEX #3F4357 Blue Zodiac

📋 copy color: '#3F4357'

red 63 ◦ green 67 ◦ blue 87

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

Shades of Blue Zodiac #3F4357

Tints of Blue Zodiac #3F4357

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

 BLUE value IS 87 (34.38% from 255) = 40.09%

R = 29.03%
G = 30.88%
B = 40.09%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3F4357 (or 0x3F4357) is known color: Blue Zodiac. HEX triplet: 3F, 43 and 57. RGB value is (63,67,87). Sum of RGB (Red+Green+Blue) = 63+67+87=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F4357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4357 is #C0BCA8. Grayscale: #444444. Windows color (decimal): -12631209 or 5718847. OLE color: 5718847.

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

Color convert

RGB 63 67 87 -
CMYK 0.28 0.23 0 0.66
HSL 230º 0.16% 0.29% -
HSV(B) 230º 0.28% 0.34% -
XYZ 5.78 5.76 9.82 -
YUV 68.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 63 67 87 0.28 0.23 0 0.66 230 0.16 0.29
Hex 3F 43 57 1C 17 0 42 E6 10 1D
Octal 77 103 127 34 27 0 102 346 20 35
Binary 111111 1000011 1010111 11100 10111 0 1000010 11100110 10000 11101

Color Harmonies of #3F4357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4357

Black with #3F4357

Text Example


Text Example

White with #3F4357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,67,87); }

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

background-color css

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

 a { background-color: rgb(63,67,87); }

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

border-color css

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

 span { border-color: rgb(63,67,87); }

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