Html Css Color HEX #3F5673 Chambray

📋 copy color: '#3F5673'

red 63 ◦ green 86 ◦ blue 115

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

Shades of Chambray #3F5673

Tints of Chambray #3F5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.58%

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 23.86%
G = 32.58%
B = 43.56%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F5673 (or 0x3F5673) is known color: Chambray. HEX triplet: 3F, 56 and 73. RGB value is (63,86,115). Sum of RGB (Red+Green+Blue) = 63+86+115=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5673 is #C0A98C. Grayscale: #525252. Windows color (decimal): -12626317 or 7558719. OLE color: 7558719.

HSL color Cylindrical-coordinate representation of color #3F5673: hue angle of 213.46º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F5673 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 86 115 -
CMYK 0.45 0.25 0 0.55
HSL 213.46º 0.29% 0.35% -
HSV(B) 213.46º 0.45% 0.45% -
XYZ 8.47 8.95 17.5 -
YUV 82.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 63 86 115 0.45 0.25 0 0.55 213.46 0.29 0.35
Hex 3F 56 73 2D 19 0 37 D5 1D 23
Octal 77 126 163 55 31 0 67 325 35 43
Binary 111111 1010110 1110011 101101 11001 0 110111 11010101 11101 100011

Color Harmonies of #3F5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5673

Black with #3F5673

Text Example


Text Example

White with #3F5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,86,115); }

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

background-color css

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

 a { background-color: rgb(63,86,115); }

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

border-color css

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

 span { border-color: rgb(63,86,115); }

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