Html Css Color HEX #3F566F Chambray

📋 copy color: '#3F566F'

red 63 ◦ green 86 ◦ blue 111

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

Shades of Chambray #3F566F

Tints of Chambray #3F566F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 24.23%
G = 33.08%
B = 42.69%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F566F (or 0x3F566F) is known color: Chambray. HEX triplet: 3F, 56 and 6F. RGB value is (63,86,111). Sum of RGB (Red+Green+Blue) = 63+86+111=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F566F is #C0A990. Grayscale: #515151. Windows color (decimal): -12626321 or 7296575. OLE color: 7296575.

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

Color convert

RGB 63 86 111 -
CMYK 0.43 0.23 0 0.56
HSL 211.25º 0.28% 0.34% -
HSV(B) 211.25º 0.43% 0.44% -
XYZ 8.25 8.86 16.31 -
YUV 81.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 63 86 111 0.43 0.23 0 0.56 211.25 0.28 0.34
Hex 3F 56 6F 2B 17 0 38 D3 1C 22
Octal 77 126 157 53 27 0 70 323 34 42
Binary 111111 1010110 1101111 101011 10111 0 111000 11010011 11100 100010

Color Harmonies of #3F566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F566F

Black with #3F566F

Text Example


Text Example

White with #3F566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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