Html Css Color HEX #3F5879 Chambray

📋 copy color: '#3F5879'

red 63 ◦ green 88 ◦ blue 121

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

Shades of Chambray #3F5879

Tints of Chambray #3F5879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

 BLUE value IS 121 (47.66% from 255) = 44.49%

R = 23.16%
G = 32.35%
B = 44.49%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F5879 (or 0x3F5879) is known color: Chambray. HEX triplet: 3F, 58 and 79. RGB value is (63,88,121). Sum of RGB (Red+Green+Blue) = 63+88+121=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F5879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5879 is #C0A786. Grayscale: #545454. Windows color (decimal): -12625799 or 7952447. OLE color: 7952447.

HSL color Cylindrical-coordinate representation of color #3F5879: hue angle of 214.14º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F5879 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 88 121 -
CMYK 0.48 0.27 0 0.53
HSL 214.14º 0.32% 0.36% -
HSV(B) 214.14º 0.48% 0.47% -
XYZ 8.99 9.42 19.43 -
YUV 84.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 63 88 121 0.48 0.27 0 0.53 214.14 0.32 0.36
Hex 3F 58 79 30 1B 0 35 D6 20 24
Octal 77 130 171 60 33 0 65 326 40 44
Binary 111111 1011000 1111001 110000 11011 0 110101 11010110 100000 100100

Color Harmonies of #3F5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5879

Black with #3F5879

Text Example


Text Example

White with #3F5879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,88,121); }

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

background-color css

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

 a { background-color: rgb(63,88,121); }

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

border-color css

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

 span { border-color: rgb(63,88,121); }

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