Html Css Color HEX #3F5672 Chambray

📋 copy color: '#3F5672'

red 63 ◦ green 86 ◦ blue 114

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

Shades of Chambray #3F5672

Tints of Chambray #3F5672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 23.95%
G = 32.7%
B = 43.35%

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

#3F5672 (or 0x3F5672) is known color: Chambray. HEX triplet: 3F, 56 and 72. RGB value is (63,86,114). Sum of RGB (Red+Green+Blue) = 63+86+114=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F5672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5672 is #C0A98D. Grayscale: #525252. Windows color (decimal): -12626318 or 7493183. OLE color: 7493183.

HSL color Cylindrical-coordinate representation of color #3F5672: hue angle of 212.94º 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 #3F5672 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 86 114 -
CMYK 0.45 0.25 0 0.55
HSL 212.94º 0.29% 0.35% -
HSV(B) 212.94º 0.45% 0.45% -
XYZ 8.41 8.93 17.2 -
YUV 82.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 63 86 114 0.45 0.25 0 0.55 212.94 0.29 0.35
Hex 3F 56 72 2D 19 0 37 D5 1D 23
Octal 77 126 162 55 31 0 67 325 35 43
Binary 111111 1010110 1110010 101101 11001 0 110111 11010101 11101 100011

Color Harmonies of #3F5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5672

Black with #3F5672

Text Example


Text Example

White with #3F5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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