Html Css Color HEX #3F576E Chambray

📋 copy color: '#3F576E'

red 63 ◦ green 87 ◦ blue 110

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

Shades of Chambray #3F576E

Tints of Chambray #3F576E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.46%

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 24.23%
G = 33.46%
B = 42.31%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F576E (or 0x3F576E) is known color: Chambray. HEX triplet: 3F, 57 and 6E. RGB value is (63,87,110). Sum of RGB (Red+Green+Blue) = 63+87+110=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F576E is #C0A891. Grayscale: #525252. Windows color (decimal): -12626066 or 7231295. OLE color: 7231295.

HSL color Cylindrical-coordinate representation of color #3F576E: hue angle of 209.36º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F576E is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 87 110 -
CMYK 0.43 0.21 0 0.57
HSL 209.36º 0.27% 0.34% -
HSV(B) 209.36º 0.43% 0.43% -
XYZ 8.27 9 16.05 -
YUV 82.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 63 87 110 0.43 0.21 0 0.57 209.36 0.27 0.34
Hex 3F 57 6E 2B 15 0 39 D1 1B 22
Octal 77 127 156 53 25 0 71 321 33 42
Binary 111111 1010111 1101110 101011 10101 0 111001 11010001 11011 100010

Color Harmonies of #3F576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F576E

Black with #3F576E

Text Example


Text Example

White with #3F576E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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